From: Guy Harris Date: Sun, 23 Jan 2011 09:24:22 +0000 (-0800) Subject: ip6_print() now takes a netdissect_options pointer as its first argument. X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cb20b7db95d89b68e197a2955753f199f372d141 ip6_print() now takes a netdissect_options pointer as its first argument. --- diff --git a/print-pflog.c b/print-pflog.c index 0cacabfc..ac325f4b 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -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