summaryrefslogtreecommitdiff
path: root/print-bcm-li.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-bcm-li.c')
-rw-r--r--print-bcm-li.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-bcm-li.c b/print-bcm-li.c
index 32214127..0233c3cb 100644
--- a/print-bcm-li.c
+++ b/print-bcm-li.c
@@ -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);