Skip to content

Commit ed2df84

Browse files
authored
Remove unused label.
1 parent 482813e commit ed2df84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

print-ether.c

-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ ether_common_print(netdissect_options *ndo, const u_char *p, u_int length,
361361
ND_PRINT(", ");
362362
}
363363
if (ethertype_print(ndo, length_type, p, length, caplen, &src, &dst) == 0) {
364-
raw:
365364
/* type not known, print raw packet */
366365
if (!ndo->ndo_eflag) {
367366
/*

0 commit comments

Comments
 (0)