]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
EAP: get rid of trailing commas in lists.
[tcpdump] / print-ether.c
index da95862b3c0b5150a4b324f0439caf4eb828f395..3aeda8f741669bc04e0a578955e1c50272f433f9 100644 (file)
@@ -566,7 +566,7 @@ ethertype_print(netdissect_options *ndo,
                }
                /* At least one byte is required */
                /* FIXME: Reference for this byte? */
-               ND_TCHECK_LEN(p, 1);
+               ND_TCHECK_1(p);
                isoclns_print(ndo, p + 1, length - 1);
                return(1);