]> The Tcpdump Group git mirrors - tcpdump/commitdiff
ip6_print() now takes a netdissect_options pointer as its first argument.
authorGuy Harris <[email protected]>
Sun, 23 Jan 2011 09:24:22 +0000 (01:24 -0800)
committerGuy Harris <[email protected]>
Sun, 23 Jan 2011 09:25:02 +0000 (01:25 -0800)
print-pflog.c

index 0cacabfc6e44df1286b81ac7f8ef7116eab3326c..ac325f4b0e63674b56fd7882f7f049e1d0c1073e 100644 (file)
@@ -162,7 +162,7 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
 #if OPENBSD_AF_INET6 != AF_INET6
                case OPENBSD_AF_INET6:          /* XXX: read pcap files */
 #endif
-                       ip6_print(p, length);
+                       ip6_print(gndo, p, length);
                        break;
 #endif