X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5cefda9d9d4c6ae8d1ab0dd2b95f9d8df689f931..a3fb5569c6d243350694f60e1eab0a4682b45cdf:/print-null.c?ds=sidebyside diff --git a/print-null.c b/print-null.c index 50283ebb..0d1dcf59 100644 --- a/print-null.c +++ b/print-null.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.53.2.2 2005-05-19 07:26:18 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.53.2.3 2005-07-07 01:24:38 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -173,7 +173,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p) /* unknown AF_ value */ if (!eflag) null_hdr_print(family, length + NULL_HDRLEN); - if (!xflag && !qflag) + if (!suppress_default_print) default_print(p, caplen); }