X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e8b523758959c1854689d71c7a4686c631e5501c..309ca62193772fd8ba532fd413b51a61be0c741e:/print-enc.c diff --git a/print-enc.c b/print-enc.c index e98f7f78..5c01f3ef 100644 --- a/print-enc.c +++ b/print-enc.c @@ -80,7 +80,7 @@ enc_if_print(const struct pcap_pkthdr *h, register const u_char *p) break; #ifdef INET6 case AF_INET6: - ip6_print(p, length); + ip6_print(gndo, p, length); break; #endif /*INET6*/ }