tcpdump mailing list archives

Re: Missing af.h


From: Hannes Gredler <hannes () juniper net>
Date: Mon, 27 Feb 2006 08:18:30 +0100

BTW. addrtoname.c on Win32 is missing ETHER_ADDR_LEN. A fix:

--- tcpdump-2006.02.25\addrtoname.c     Sat Feb 11 21:11:40 2006
+++ addrtoname.c        Sat Feb 25 17:26:17 2006
@@ -68,6 +68,10 @@
#include "extract.h"
#include "oui.h"

+#ifndef ETHER_ADDR_LEN
+#include "ether.h"
+#endif
+

tx, committed to head and 3.9 - /hannes
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: