#include <netdissect-stdinc.h>
-#include <string.h>
-
#include "netdissect.h"
#include "addrtoname.h"
#include "ethertype.h"
u_int short_length;
save_protocol = ndo->ndo_protocol;
- ndo->ndo_protocol = "MACsec";
+ ndo->ndo_protocol = "macsec";
/* we need the full MACsec header in the capture */
if (caplen < MACSEC_SECTAG_LEN_NOSCI) {