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.

Reply via email to