X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/51e180c4fb05a88ad6687a23cc983955cd9ea431..f39bfb7d9df502dbba065519e51e44ffb902c747:/print-juniper.c diff --git a/print-juniper.c b/print-juniper.c index 1560cee5..dafe48fa 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -1584,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 */