]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
Use more the EXTRACT_U_1() macro (40/n)
[tcpdump] / bpf_dump.c
index 2ef852834085d882777dd25d4324bb26eda8ce6f..9bad38d387e00ae8321b93caff8b1170437eaf82 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 <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 void
 bpf_dump(const struct bpf_program *p, int option)