X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4123f126582af5000933fbe7994daa2fde976aa3..ad7a38341c19e71e3595c17368ac18f08b71482d:/print-sll.c diff --git a/print-sll.c b/print-sll.c index 85d5c73a..af14a4e2 100644 --- a/print-sll.c +++ b/print-sll.c @@ -154,7 +154,7 @@ sll_print(register const struct sll_header *sllp, u_int length) if (!qflag) { ether_type = EXTRACT_16BITS(&sllp->sll_protocol); - + if (ether_type <= ETHERMTU) { /* * Not an Ethernet type; what type is it?