aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-04 10:35:48 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-04 10:35:48 +0000
commit68224296e3505f052efd0e30a864422072a43440 (patch)
treec6198f87142ab27208935cb82b74f3634239fe04 /epan
parentea2990f586249a4ede6dac8adffe8c8283cd221f (diff)
Change to use eap. in filter names isof eap_
svn path=/trunk/; revision=41921
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-eap.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 06ef0288e3..961ff0225c 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -1230,60 +1230,60 @@ proto_register_eap(void)
"Value-Size", "eap.md5.value_size", FT_UINT8, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
{ &hf_eap_md5_value, {
- "Value", "eap_md5.value", FT_STRING, BASE_NONE,
+ "Value", "eap.md5.value", FT_STRING, BASE_NONE,
NULL, 0x0, NULL, HFILL }},
{ &hf_eap_tls_flags, {
- "EAP-TLS Flags", "eap_tls.flags", FT_UINT8, BASE_HEX,
+ "EAP-TLS Flags", "eap.tls.flags", FT_UINT8, BASE_HEX,
NULL, 0x0, NULL, HFILL }},
{ &hf_eap_tls_flag_l, {
- "Length Included", "eap_tls.flags.len_included", FT_BOOLEAN, 8,
+ "Length Included", "eap.tls.flags.len_included", FT_BOOLEAN, 8,
NULL, EAP_TLS_FLAG_L, NULL, HFILL }},
{ &hf_eap_tls_flag_m, {
- "More Fragments", "eap_tls.flags.more_fragments", FT_BOOLEAN, 8,
+ "More Fragments", "eap.tls.flags.more_fragments", FT_BOOLEAN, 8,
NULL, EAP_TLS_FLAG_M, NULL, HFILL }},
{ &hf_eap_tls_flag_s, {
- "Start", "eap_tls.flags.start", FT_BOOLEAN, 8,
+ "Start", "eap.tls.flags.start", FT_BOOLEAN, 8,
NULL, EAP_TLS_FLAG_S, NULL, HFILL }},
{ &hf_eap_tls_flags_version, {
- "Version", "eap_tls.flags.version", FT_UINT8, BASE_DEC,
+ "Version", "eap.tls.flags.version", FT_UINT8, BASE_DEC,
NULL, EAP_TLS_FLAGS_VERSION, NULL, HFILL }},
{ &hf_eap_tls_len, {
- "EAP-TLS Length", "eap_tls.len", FT_UINT32, BASE_DEC,
+ "EAP-TLS Length", "eap.tls.len", FT_UINT32, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
{ &hf_eap_tls_fragment,
- { "EAP-TLS Fragment", "eap_tls.fragment",
+ { "EAP-TLS Fragment", "eap.tls.fragment",
FT_FRAMENUM, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_eap_tls_fragments,
- { "EAP-TLS Fragments", "eap_tls.fragments",
+ { "EAP-TLS Fragments", "eap.tls.fragments",
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_eap_tls_fragment_overlap,
- { "Fragment Overlap", "eap_tls.fragment.overlap",
+ { "Fragment Overlap", "eap.tls.fragment.overlap",
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,
- { "Multiple Tail Fragments Found", "eap_tls.fragment.multipletails",
+ { "Multiple Tail Fragments Found", "eap.tls.fragment.multipletails",
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.toolongfragment",
+ { "Fragment Too Long", "eap.tls.fragment.toolongfragment",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Fragment contained data past end of packet", HFILL }},
{ &hf_eap_tls_fragment_error,
- { "Defragmentation Error", "eap_tls.fragment.error",
+ { "Defragmentation Error", "eap.tls.fragment.error",
FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"Defragmentation error due to illegal fragments", HFILL }},
{ &hf_eap_tls_fragment_count,
- { "Fragment Count", "eap_tls.fragment.count",
+ { "Fragment Count", "eap.tls.fragment.count",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Total length of the reassembled payload", HFILL }},
{ &hf_eap_tls_reassembled_length,
- { "Reassembled EAP-TLS Length", "eap_tls.reassembled.length",
+ { "Reassembled EAP-TLS Length", "eap.tls.reassembled.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Total length of the reassembled payload", HFILL }},