X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-frag6.c diff --git a/print-frag6.c b/print-frag6.c index 53dafb4c..db4a98ed 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -19,16 +19,16 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* \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 @@ -67,4 +67,3 @@ trunc: ND_PRINT((ndo, "[|frag]")); return -1; } -#endif /* INET6 */