From 48a075b10496ff77fd3f46cf79cc17b9f61aa6b6 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 22 Sep 2016 10:05:53 +0200 Subject: [PATCH] MACsec: Fix typo macsec/MACSEC => MACsec Change-Id: I1016396edaf3f8bf025dd9b840d0d2f588546d49 Reviewed-on: https://code.wireshark.org/review/17854 Reviewed-by: Anders Broman --- epan/dissectors/packet-macsec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-macsec.c b/epan/dissectors/packet-macsec.c index 18b9280dee..a2150c3468 100644 --- a/epan/dissectors/packet-macsec.c +++ b/epan/dissectors/packet-macsec.c @@ -1,5 +1,5 @@ /* packet-macsec.c - * Routines for MACSEC dissection + * Routines for MACsec dissection * Copyright 2013, Allan W. Nielsen * * Wireshark - Network traffic analyzer @@ -179,7 +179,7 @@ proto_register_macsec(void) }; /* Register the protocol name and description */ - proto_macsec = proto_register_protocol("802.1AE Secure tag", "macsec", "macsec"); + proto_macsec = proto_register_protocol("802.1AE Secure tag", "MACsec", "macsec"); /* Required function calls to register the header fields and subtrees used */ proto_register_field_array(proto_macsec, hf, array_length(hf));