]> The Tcpdump Group git mirrors - tcpdump/commitdiff
print-llc: add a missing break
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 24 Mar 2014 04:38:22 +0000 (05:38 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 24 Mar 2014 04:38:22 +0000 (05:38 +0100)
print-llc.c

index ee729dc1a8c692363fab729f7a372dfec7f95de4..cce0f80d8125ba9b17ca689fb57828113edb88e9 100644 (file)
@@ -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) {