]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
remove redundant ND_TCHECK, let GET_ routines handle checks
[tcpdump] / bpf_dump.c
index 2ef852834085d882777dd25d4324bb26eda8ce6f..7cfe49a9efa2d8ce0737a072f3d7ae9868f87d2a 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
-#include "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)