X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/af1f106abf2a6c2d49dfa906abad05789edb404d..b4047e247f28a73b72d3a0cfbdf260383361d558:/print-ether.c diff --git a/print-ether.c b/print-ether.c index 014ee67c..8727bff5 100644 --- a/print-ether.c +++ b/print-ether.c @@ -272,7 +272,7 @@ ethertype_print(netdissect_options *ndo, #ifdef INET6 case ETHERTYPE_IPV6: - ip6_print(/*ndo,*/ p, length); + ip6_print(ndo, p, length); return (1); #endif /*INET6*/