]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump
[tcpdump] / print-raw.c
index 83f66b488efa66bbc87a0858b09dab076ff4ccd4..d20387c644c9149502615c601b763b42c61b9772 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.h"
+#include "interface.h"
 
 /*
  * The DLT_RAW packet has no header. It contains a raw IP packet.