]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip6opts.c
make use of NETDISSECT_REWORKED
[tcpdump] / print-ip6opts.c
index f0dd45036d44671ee3f48d516c8ada8c533f3630..e6493842b94774e0a9ad2be0340221bb3cfaa790 100644 (file)
@@ -27,6 +27,7 @@
  * SUCH DAMAGE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -36,7 +37,7 @@
 
 #include "ip6.h"
 
-#include "netdissect.h"
+#include "interface.h"
 #include "addrtoname.h"
 #include "extract.h"