]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / print-zephyr.c
index 0142a4a8700ffcb6e96a0fd6050568b6fd90ac08..8132c49af7a1d928d9b4d5f5319c5b790012bc6c 100644 (file)
@@ -20,6 +20,7 @@
  * PURPOSE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -30,7 +31,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include "netdissect.h"
+#include "interface.h"
 
 struct z_packet {
     char *version;