]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
Do the dump file Capsicum stuff in a common routine.
[tcpdump] / print-beep.c
index 1ddb9eb5f4a95411518f0a7a7a5183b80beb0653..7982feb5c362333c1bb246fd0480a0f5517ddc23 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -17,7 +18,7 @@
 
 #include <string.h>
 
-#include "netdissect.h"
+#include "interface.h"
 
 /* Check for a string but not go beyond length
  * Return TRUE on match, FALSE otherwise