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
This commit is contained in:
Anders Broman 2012-04-09 15:18:04 +00:00
parent 54810883fc
commit 76604977ef
1 changed files with 2 additions and 2 deletions

View File

@ -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,