/* \summary: Dynamic Trunking Protocol (DTP) printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
case DTP_NEIGHBOR_TLV:
if (len != 10)
goto invalid;
- ND_PRINT(", %s", GET_ETHERADDR_STRING(tptr+4));
+ ND_PRINT(", %s", GET_MAC48_STRING(tptr+4));
break;
default: