]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pflog.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-pflog.c
index 72ae276320ce9a18ee669ff582cfb69e972616c5..9815dc56289939ca5a6c4f5c0079746b2377a609 100644 (file)
@@ -19,7 +19,6 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -33,9 +32,9 @@
 #include <net/pfvar.h>
 #include <net/if_pflog.h>
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = "[|pflog]";