aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-09 15:18:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-09 15:18:04 +0000
commit76604977ef1bfd2ecdac127e3ada60f9cff6e0fc (patch)
tree1e12d44513e9cc15991d630a097737682d0b73f6 /epan/dissectors/packet-eap.c
parent54810883fcc357fb915f960ee41ee974fb1f78c0 (diff)
From Nick Lowe: Minor cosmetic name changes for consistency and brevity. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020
svn path=/trunk/; revision=41992
Diffstat (limited to 'epan/dissectors/packet-eap.c')
-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 7e0025b06b..16939e70de 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -1236,7 +1236,7 @@ proto_register_eap(void)
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Fragment overlaps with other fragments", HFILL }},
{ &hf_eap_tls_fragment_overlap_conflict,
- { "Conflicting Data In Fragment Overlap", "eap.tls.fragment.overlap.conflict",
+ { "Conflicting Data In Fragment Overlap", "eap.tls.fragment.overlap_conflict",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Overlapping fragments contained conflicting data", HFILL }},
{ &hf_eap_tls_fragment_multiple_tails,
@@ -1244,7 +1244,7 @@ proto_register_eap(void)
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Several tails were found when defragmenting the packet", HFILL }},
{ &hf_eap_tls_fragment_too_long_fragment,
- { "Fragment Too Long", "eap.tls.fragment.fragment_too_long",
+ { "Fragment Too Long", "eap.tls.fragment.too_long",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Fragment contained data past end of packet", HFILL }},
{ &hf_eap_tls_fragment_error,