X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bbedebc666a341d8e14922dce37a92766400c798..refs/pull/433/head:/print-ipnet.c?ds=inline diff --git a/print-ipnet.c b/print-ipnet.c index e1cd59e1..c4ff16ab 100644 --- a/print-ipnet.c +++ b/print-ipnet.c @@ -76,11 +76,9 @@ ipnet_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen ip_print(ndo, p, length); break; -#ifdef INET6 case IPH_AF_INET6: ip6_print(ndo, p, length); break; -#endif /*INET6*/ default: if (!ndo->ndo_eflag)