X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/88135db7c785661e7a8b0c02d3ef0bfd00cce6aa..6b8ed9649e08215cd2acf7702e178ce41b18d932:/print-juniper.c?ds=inline diff --git a/print-juniper.c b/print-juniper.c index 2fc5bea6..4fb5453c 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -746,7 +746,8 @@ juniper_pppoe_atm_print(netdissect_options *ndo, if (ethertype_print(ndo, extracted_ethertype, p+ETHERTYPE_LEN, l2info.length-ETHERTYPE_LEN, - l2info.caplen-ETHERTYPE_LEN) == 0) + l2info.caplen-ETHERTYPE_LEN, + NULL, NULL) == 0) /* ether_type not known, probably it wasn't one */ ND_PRINT((ndo, "unknown ethertype 0x%04x", extracted_ethertype));