]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
Address Michael's comments.
[tcpdump] / print-ipnet.c
index 957bd4f52341ea74f0a6d4f0cde3d5d63fcd9b31..187f939d3f8c130ceef06bcc62a47767a3669579 100644 (file)
@@ -69,7 +69,7 @@ ipnet_print(struct netdissect_options *ndo, const u_char *p, u_int length, u_int
 
 #ifdef INET6
        case IPH_AF_INET6:
-               ip6_print(p, length);
+               ip6_print(ndo, p, length);
                break;
 #endif /*INET6*/