X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6ec72b9d783fb2bf25298d3d8c7c1ec8cb77e235..938becee0023ec7ac41a94e72ae58879d154edbc:/print-arp.c diff --git a/print-arp.c b/print-arp.c index 0ca86cfc..905ef465 100644 --- a/print-arp.c +++ b/print-arp.c @@ -318,6 +318,7 @@ arp_print(netdissect_options *ndo, return; case ARPHRD_FRELAY: linkaddr = LINKADDR_FRELAY; + break; default: linkaddr = LINKADDR_ETHER; break;