summaryrefslogtreecommitdiff
path: root/print-pflog.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-01-23 01:24:22 -0800
committerGuy Harris <guy@alum.mit.edu>2011-01-23 01:24:22 -0800
commit29b7e58f10efab54e7e24f66e47c0042a30754ae (patch)
tree417192d4f5e608029a98dada68fda51e0784250a /print-pflog.c
parent3e508b00746a8d570bc44c0faab3c264d02da690 (diff)
downloadtcpdump-29b7e58f10efab54e7e24f66e47c0042a30754ae.tar.gz
ip6_print() now takes a netdissect_options pointer as its first argument.
Diffstat (limited to 'print-pflog.c')
-rw-r--r--print-pflog.c2
1 files changed, 1 insertions, 1 deletions
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