]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp6.c
make use of NETDISSECT_REWORKED
[tcpdump] / print-icmp6.c
index cd0a7f9fa3ee5ac00c16cc51e8c71091ab3fb309..d6a9976f1c2cdc5999855c36d12c768bac4ed377 100644 (file)
@@ -19,6 +19,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -30,7 +31,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "netdissect.h"
 #include "interface.h"
 #include "addrtoname.h"
 #include "extract.h"