X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0636ecf91357b749370170716e0c4cd494bcea84..1a1ac1d6947a7d2f1f50f45c21d8851d0af66575:/print-ether.c diff --git a/print-ether.c b/print-ether.c index 8899469b..c9d27d44 100644 --- a/print-ether.c +++ b/print-ether.c @@ -109,7 +109,7 @@ ether_addresses_print(netdissect_options *ndo, const u_char *src, const u_char *dst) { ND_PRINT("%s > %s, ", - etheraddr_string(ndo, src), etheraddr_string(ndo, dst)); + GET_ETHERADDR_STRING(src), GET_ETHERADDR_STRING(dst)); } static void @@ -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.