tcpdump mailing list archives

[Patch] findalldevtest.c


From: Gisle Vanem <gvanem () broadpark no>
Date: Sat, 28 Feb 2009 10:00:40 +0100

A small patch to make this file compile on Windows:

--- Git-latest/findalldevstest.c Tue Feb 17 16:55:35 2009
+++ findalldevstest.c Wed Feb 18 12:45:00 2009
@@ -4,10 +4,13 @@

#include <stdlib.h>
#include <sys/types.h>
+
+#ifndef WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#endif

#include <pcap.h>

--------------

--gv
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: