summaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-pflog.c
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-09-04 20:04:42 +0000
committerSam Leffler <sam@FreeBSD.org>2006-09-04 20:04:42 +0000
commit2ebc47db5b33ca26b73b76374760c587c38ef385 (patch)
tree13652f8bd7a5a6bc4657d530dd6ddfbeef554e16 /contrib/tcpdump/print-pflog.c
parent06885fed80f91e5d0e40588d37b546f8812dec2c (diff)
Notes
Diffstat (limited to 'contrib/tcpdump/print-pflog.c')
-rw-r--r--contrib/tcpdump/print-pflog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/print-pflog.c b/contrib/tcpdump/print-pflog.c
index f8b18a9239b2..4d70e05482cb 100644
--- a/contrib/tcpdump/print-pflog.c
+++ b/contrib/tcpdump/print-pflog.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.13 2005/04/06 21:32:41 mcr Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.13.2.1 2005/07/07 01:24:38 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -152,7 +152,7 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
/* address family not handled, print raw packet */
if (!eflag)
pflog_print(hdr);
- if (!xflag && !qflag)
+ if (!suppress_default_print)
default_print(p, caplen);
}