]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Merge pull request #827 from NanXiao/patch-1
[tcpdump] / print-ether.c
index 8899469ba7fafc81327d8648c6fe04690788d18f..c9d27d444eeeea2e32905931fb4b4cd2a309e994 100644 (file)
@@ -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.