summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-macsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-macsec.c b/print-macsec.c
index 905e9f95..3c34e12d 100644
--- a/print-macsec.c
+++ b/print-macsec.c
@@ -123,7 +123,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) {