]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
update an e-mail address in CREDITS
[tcpdump] / print-ether.c
index 0e7777e90a7fb426a126ff86c3842c8433afe117..49e7803cfe727d1064a4b07d698d5c3113e05b5f 100644 (file)
@@ -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: