X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1fe6e66ecec3fb7a7cc729038012cbb264542331..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-frag6.c diff --git a/print-frag6.c b/print-frag6.c index 12909528..db4a98ed 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -19,17 +19,16 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define NETDISSECT_REWORKED +/* \summary: IPv6 fragmentation header printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#ifdef INET6 - -#include +#include #include "ip6.h" -#include "interface.h" +#include "netdissect.h" #include "extract.h" int @@ -68,4 +67,3 @@ trunc: ND_PRINT((ndo, "[|frag]")); return -1; } -#endif /* INET6 */