X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ec799d60f6cd3f41041b57efe3963c28dda94d4a..b71c02f6b36c11c1e9d1ef5e8855f31965d3298b:/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*/