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>
This commit is contained in:
Alexis La Goutte 2016-09-22 10:05:53 +02:00 committed by Anders Broman
parent 5b4ca98a54
commit 48a075b104
1 changed files with 2 additions and 2 deletions

View 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));