X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/22fec8918773705c2f12e7f10886bb8e5034e607..d27628f311b9afcf5ed6e4b0068e8ba6d6324b14:/print-macsec.c diff --git a/print-macsec.c b/print-macsec.c index 905e9f95..0cf8cd67 100644 --- a/print-macsec.c +++ b/print-macsec.c @@ -27,8 +27,6 @@ #include -#include - #include "netdissect.h" #include "addrtoname.h" #include "ethertype.h" @@ -123,7 +121,7 @@ int macsec_print(netdissect_options *ndo, const u_char **bp, 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) {