aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-macsec.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-09-22 10:05:53 +0200
committerAnders Broman <a.broman58@gmail.com>2016-09-22 08:55:16 +0000
commit48a075b10496ff77fd3f46cf79cc17b9f61aa6b6 (patch)
treee1cc4d76b1caede6e3d0f00118214169de35f82e /epan/dissectors/packet-macsec.c
parent5b4ca98a5410d9c33be2aa54490ba57239ae73a7 (diff)
MACsec: Fix typo
macsec/MACSEC => MACsec Change-Id: I1016396edaf3f8bf025dd9b840d0d2f588546d49 Reviewed-on: https://code.wireshark.org/review/17854 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-macsec.c')
-rw-r--r--epan/dissectors/packet-macsec.c4
1 files 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 <anielsen@vitesse.com>
*
* 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));