]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arp.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-arp.c
index 76f39fe084a681e1c8a5c8e32cf9d01d6fabbc7e..b007257a2997ac879ab69a32af72ef92cd1a6b52 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ether.h"
 #include "ethertype.h"
-#include "extract.h"                   /* must come after interface.h */
+#include "extract.h"
 
 static const char tstr[] = "[|ARP]";