X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/350d645f0217a176595c48974b2523cef2681e46..f8746883cbde6b1eeeb6c8acf79f22dc25634a6d:/print-ether.c?ds=sidebyside diff --git a/print-ether.c b/print-ether.c index 4f8caa97..0454c9a7 100644 --- a/print-ether.c +++ b/print-ether.c @@ -289,7 +289,7 @@ recurse: * It's a type field, with the type for Alteon jumbo frames. * See * - * http://tools.ietf.org/html/draft-ietf-isis-ext-eth-01 + * https://tools.ietf.org/html/draft-ietf-isis-ext-eth-01 * * which indicates that, following the type field, * there's an LLC header and payload. @@ -314,7 +314,7 @@ recurse: } ether_type_print(ndo, length_type); ND_PRINT(", length %u: ", orig_length); - int bytesConsumed = arista_print_ethertype(ndo, p, length); + int bytesConsumed = arista_ethertype_print(ndo, p, length); if (bytesConsumed > 0) { p += bytesConsumed; length -= bytesConsumed;