mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
8715b1f933
network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer. WWW: http://hackmysql.com/mysqlsniffer PR: ports/147079 Submitted by: Frederic Hardy <frederic.hardy at mageekbox.net>
11 lines
274 B
C
11 lines
274 B
C
--- misc.c.ori 2006-08-18 16:37:02.000000000 +0200
|
|
+++ misc.c 2010-05-26 14:01:16.000000000 +0200
|
|
@@ -4,6 +4,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <sys/types.h>
|
|
#include "user_defines.h"
|
|
#include "mysql_defines.h"
|
|
#include "misc.h"
|