X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/962de080b04fd2946e05c7223fcf944cee8ce0f0..cfbae609a18fa6d61d09a8b263ceaf389f510e9b:/print-juniper.c diff --git a/print-juniper.c b/print-juniper.c index e03cc1bb..0061b2ba 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -730,7 +730,7 @@ juniper_ether_if_print(netdissect_options *ndo, p+=l2info.header_len; /* this DLT contains nothing but raw Ethernet frames */ - ether_print(ndo, p, l2info.length, l2info.caplen, NULL, NULL, FALSE); + ether_print(ndo, p, l2info.length, l2info.caplen, NULL, NULL, TRUE); ndo->ndo_ll_hdr_len += l2info.header_len; } #endif