diff options
author | phk <phk@FreeBSD.org> | 1996-12-11 09:38:18 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-12-11 09:38:18 +0000 |
commit | 2b9e1346f3423827dbde52af333045e6d3c6f95e (patch) | |
tree | 072c4e9d3b19dc60fce6a7d0390def34c805e894 /contrib | |
parent | 3727883bddbc2a8ead72a97011cf4763fe5c7ede (diff) | |
download | FreeBSD-src-2b9e1346f3423827dbde52af333045e6d3c6f95e.zip FreeBSD-src-2b9e1346f3423827dbde52af333045e6d3c6f95e.tar.gz |
Please shut up if asked to be quiet.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tcpdump/print-llc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-llc.c b/contrib/tcpdump/print-llc.c index e8e3f52..0c26067 100644 --- a/contrib/tcpdump/print-llc.c +++ b/contrib/tcpdump/print-llc.c @@ -188,7 +188,7 @@ llc_print(const u_char *p, u_int length, u_int caplen, caplen -= 4; } (void)printf(" len=%d", length); - if (caplen > 0) { + if (caplen > 0 !qflag) { default_print_unaligned(p, caplen); } return(1); |