X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ec799d60f6cd3f41041b57efe3963c28dda94d4a..10bdeb0c44eb4a997645ebdc15376fb36f9d3ae2:/print-ipnet.c diff --git a/print-ipnet.c b/print-ipnet.c index 957bd4f5..187f939d 100644 --- a/print-ipnet.c +++ b/print-ipnet.c @@ -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*/