X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/37117d76c0e5bdb3194c2fec8d880c5f570e9823..bb005e3dc488cb8f0268b92cf092a433549c431b:/print-ether.c diff --git a/print-ether.c b/print-ether.c index 0e7777e9..49e7803c 100644 --- a/print-ether.c +++ b/print-ether.c @@ -326,11 +326,9 @@ ethertype_print(netdissect_options *ndo, ip_print(ndo, p, length); return (1); -#ifdef INET6 case ETHERTYPE_IPV6: ip6_print(ndo, p, length); return (1); -#endif /*INET6*/ case ETHERTYPE_ARP: case ETHERTYPE_REVARP: