]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-decnet.c
Add --time-t-size option to print the size of time_t in bits
[tcpdump] / print-decnet.c
index 6a6dd25982f9376d2b1bcdf3f1c34b1a9aa2156f..6c1f0e1fd0767b43327f561c4f54786718fafded 100644 (file)
@@ -21,9 +21,7 @@
 
 /* \summary: DECnet printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -52,7 +50,7 @@ typedef nd_uint32_t longword;         /* 4 bytes field */
  * Definitions for DECNET Phase IV protocol headers
  */
 typedef union {
-       nd_mac_addr dne_addr;   /* full Ethernet address */
+       nd_mac48 dne_addr;      /* full Ethernet address */
        struct {
                nd_byte dne_hiord[4];   /* DECnet HIORD prefix */
                nd_byte dne_nodeaddr[2]; /* DECnet node address */