]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rt6.c
make use of NETDISSECT_REWORKED
[tcpdump] / print-rt6.c
index 798598be89d3f0e95f19a759e3ffeb02de814453..9cd13de1ce7ad7eadb6762074c57fee5cbe4abab 100644 (file)
@@ -19,6 +19,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -29,7 +30,7 @@
 
 #include "ip6.h"
 
-#include "netdissect.h"
+#include "interface.h"
 #include "addrtoname.h"
 #include "extract.h"