mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 10:33:28 +08:00
print-llc: add a missing break
This commit is contained in:
parent
36e8a63ef3
commit
404c265af3
@ -443,6 +443,7 @@ snap_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case OUI_RFC2684:
|
||||
switch (et) {
|
||||
|
Loading…
Reference in New Issue
Block a user