]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Add changes in 4.2.1.
[tcpdump] / print-null.c
index a69997da12e312e692dcdbb2f739403a32328921..8eabe5dd994a8c8cf3e9411f394de14d1483a296 100644 (file)
@@ -125,7 +125,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p)
        case BSD_AFNUM_INET6_BSD:
        case BSD_AFNUM_INET6_FREEBSD:
        case BSD_AFNUM_INET6_DARWIN:
-               ip6_print(p, length);
+               ip6_print(gndo, p, length);
                break;
 #endif