X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6855c11117b46c93c5ea83b2a9436e67f4dae254..0c93b15d38b3f63047344fcb2ea920e73498bb3d:/print-lane.c diff --git a/print-lane.c b/print-lane.c index 09f92c06..0dc7f25c 100644 --- a/print-lane.c +++ b/print-lane.c @@ -113,5 +113,5 @@ lane_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen) * Now print the encapsulated frame, under the assumption * that it's an Ethernet frame. */ - ether_print(ndo, p, length, caplen, lane_hdr_print, p - 2, FALSE); + ether_print(ndo, p, length, caplen, lane_hdr_print, p - 2); }