]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump
[tcpdump] / print-ether.c
index 014ee67ce8e7a040ad7c8a27732d7cb450d43b58..8727bff59d3dcdb7ebd881aba69a359b63af2724 100644 (file)
@@ -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*/