/* \summary: DECnet printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
* 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 */