]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bcm-li.c
Rework "Update more link-layer dissectors to void functions"
[tcpdump] / print-bcm-li.c
index 32214127a0e642f0171753d15f33fadce4846828..0233c3cb8a4b15cb52a6abfb58eef8c0a1e5852d 100644 (file)
@@ -95,7 +95,7 @@ bcm_li_print(netdissect_options *ndo, const u_char *p, u_int length)
 
        switch (pkt_type) {
        case BCM_LI_PKT_TYPE_ETHERNET:
-           ether_print(ndo, bp, length, length, NULL, NULL, FALSE);
+           ether_print(ndo, bp, length, length, NULL, NULL);
            break;
        case BCM_LI_PKT_TYPE_IPV4:
            ip_print(ndo, bp, length);