X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ed85e20e4d6a27d5405f37366dd34b64c10a9211..043784b064d03ab8223f4c02fc0ba5f9dffecabd:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index bc710e4a..d6dfcf21 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -703,11 +703,9 @@ void isoclns_print(netdissect_options *ndo, ip_print(ndo, p + 1, length - 1); break; -#ifdef INET6 case NLPID_IP6: ip6_print(ndo, p + 1, length - 1); break; -#endif case NLPID_PPP: ppp_print(ndo, p + 1, length - 1);