]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lane.c
Rework "Update more link-layer dissectors to void functions"
[tcpdump] / print-lane.c
index 09f92c0616cf5190c794471897191d06413bf9ea..0dc7f25cbe3d93b7b35e4b43f4b6c1b9dfd4810f 100644 (file)
@@ -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);
 }