if (!qflag) {
if (etype <= ETHERMTU)
(void)printf("invalid ethertype %u", etype);
- else
+ else
(void)printf("ethertype %s (0x%04x)",
tok2str(ethertype_values,"Unknown", etype),
etype);
} else {
if (etype <= ETHERMTU)
(void)printf("invalid ethertype %u", etype);
- else
- (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
+ else
+ (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
}
(void)printf(", length %u: ", length);
if (!suppress_default_print)
default_print(p, caplen);
- }
+ }
return (sizeof (struct symantec_header));
}