]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-enc.c
Address Michael's comments.
[tcpdump] / print-enc.c
index e98f7f78215cc93d5310cbd9dd510df7fffaf352..5c01f3ef7b6142c39e59028141857ba310252851 100644 (file)
@@ -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*/
        }