]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-decnet.c
Spell most remaining MAC_ADDR_LEN instances. [skip ci]
[tcpdump] / print-decnet.c
index 0ad0331898c3538fb64d6c68085cfafcca4e148d..e388122fa8762a1a8f5a619ca50445c6f2699771 100644 (file)
@@ -52,7 +52,7 @@ typedef nd_uint32_t longword;         /* 4 bytes field */
  * Definitions for DECNET Phase IV protocol headers
  */
 typedef union {
-       nd_byte   dne_addr[6];          /* full ethernet address */
+       nd_byte dne_addr[MAC_ADDR_LEN]; /* full Ethernet address */
        struct {
                nd_byte dne_hiord[4];   /* DECnet HIORD prefix */
                nd_byte dne_nodeaddr[2]; /* DECnet node address */