Please shut up if asked to be quiet.

This commit is contained in:
phk 1996-12-11 09:38:18 +00:00
parent c818c687e0
commit 9cec5f3714

View File

@ -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);