aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-08-14 11:52:35 +0200
committerAnders Broman <a.broman58@gmail.com>2019-08-14 11:28:07 +0000
commitb04f675c069cae58bc5af85f68836d00e588c48a (patch)
tree8566c6dc36d3773d0ba1b43641bc6dedf740aaad /epan
parentb1412ab11d010bed72af906a8ec46ec547cbace1 (diff)
EAP: rename some identity field
Bug: 15991 Change-Id: Ie180f4d8e018e31a138bfaf526fc8538d110901c Reviewed-on: https://code.wireshark.org/review/34285 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-eap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 4c19ae6a1e..858d424a8e 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -1359,12 +1359,12 @@ proto_register_eap(void)
NULL, HFILL }},
{ &hf_eap_identity_pseudo, {
- "Identity (Pseudonym)", "eap.identity",
+ "Identity (Pseudonym)", "eap.identity.pseudo",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_eap_identity_reauth, {
- "Identity (Reauth)", "eap.identity",
+ "Identity (Reauth)", "eap.identity.reauth",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},