X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d08b4abef4de825b3aecbb7c7e7601ac010806fc..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-frag6.c diff --git a/print-frag6.c b/print-frag6.c index b8c49fd9..db4a98ed 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -19,13 +19,13 @@ * 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 "netdissect.h" @@ -67,4 +67,3 @@ trunc: ND_PRINT((ndo, "[|frag]")); return -1; } -#endif /* INET6 */