MACsec: Fix typo
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 22 Sep 2016 08:05:53 +0000 (10:05 +0200)
committerAnders Broman <a.broman58@gmail.com>
Thu, 22 Sep 2016 08:55:16 +0000 (08:55 +0000)
macsec/MACSEC => MACsec

Change-Id: I1016396edaf3f8bf025dd9b840d0d2f588546d49
Reviewed-on: https://code.wireshark.org/review/17854
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-macsec.c

index 18b9280dee267ac26c435454d6b0b4b2be7038bf..a2150c3468cfccfd29cd0da9c02744c2bca19d29 100644 (file)
@@ -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));