X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..d27628f311b9afcf5ed6e4b0068e8ba6d6324b14:/print-juniper.c diff --git a/print-juniper.c b/print-juniper.c index 0a26c8bc..dafe48fa 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -1283,7 +1283,6 @@ juniper_parse_header(netdissect_options *ndo, l2info->length = h->len; l2info->caplen = h->caplen; - ND_TCHECK_4(p); l2info->flags = GET_U_1(p + 3); l2info->direction = GET_U_1(p + 3) & JUNIPER_BPF_PKT_IN; @@ -1585,7 +1584,7 @@ juniper_parse_header(netdissect_options *ndo, break; } - if (ndo->ndo_eflag > 1) + if (ndo->ndo_eflag) ND_PRINT("hlen %u, proto 0x%04x, ", l2info->header_len, l2info->proto); return 1; /* everything went ok so far. continue parsing */