aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-artnet.c2
-rw-r--r--epan/dissectors/packet-bthci_cmd.c2
-rw-r--r--epan/dissectors/packet-bthci_evt.c2
-rw-r--r--epan/dissectors/packet-cpfi.c2
-rw-r--r--epan/dissectors/packet-dcerpc-rs_misc.c2
-rw-r--r--epan/dissectors/packet-dhcpv6.c8
-rw-r--r--epan/dissectors/packet-dns.c2
-rw-r--r--epan/dissectors/packet-edonkey.c2
-rw-r--r--epan/dissectors/packet-fp_hint.c2
-rw-r--r--epan/dissectors/packet-gsm_a_rp.c2
-rw-r--r--epan/dissectors/packet-l2tp.c24
-rw-r--r--epan/dissectors/packet-ndmp.c2
-rw-r--r--epan/dissectors/packet-rtsp.c2
-rw-r--r--epan/dissectors/packet-scsi.c2
-rw-r--r--epan/dissectors/packet-snaeth.c2
-rw-r--r--epan/dissectors/packet-v52.c2
16 files changed, 30 insertions, 30 deletions
diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c
index 385327ffaa..ff4e9ed523 100644
--- a/epan/dissectors/packet-artnet.c
+++ b/epan/dissectors/packet-artnet.c
@@ -2486,7 +2486,7 @@ proto_register_artnet(void) {
/* ArtTodControl */
{ &hf_artnet_tod_control,
{ "ArtTodControl packet",
- "artner.tod_control",
+ "artnet.tod_control",
FT_NONE, BASE_NONE, NULL, 0,
"Art-Net ArtTodControl packet", HFILL }},
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 68e0a4cca1..7741962698 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -2129,7 +2129,7 @@ proto_register_bthci_cmd(void)
NULL, HFILL }
},
{ &hf_bthci_cmd_num_link_keys,
- { "Number of Link Keys", "bthci_cmd_num_link_keys",
+ { "Number of Link Keys", "bthci_cmd.num_link_keys",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index 32c9128014..ff7ce11b9b 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.c
@@ -3153,7 +3153,7 @@ proto_register_bthci_evt(void)
NULL, HFILL }
},
{ &hf_bthci_evt_curr_role,
- { "Current Role", "bthci_evt_curr_role",
+ { "Current Role", "bthci_evt.curr_role",
FT_UINT8, BASE_HEX, VALS(evt_role_vals_handle), 0x0,
"Current role for this connection handle", HFILL }
},
diff --git a/epan/dissectors/packet-cpfi.c b/epan/dissectors/packet-cpfi.c
index e7efc5ce94..398319f094 100644
--- a/epan/dissectors/packet-cpfi.c
+++ b/epan/dissectors/packet-cpfi.c
@@ -402,7 +402,7 @@ proto_register_cpfi(void)
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL}},
{ &hf_cpfi_word_two,
- { "Word two", "cfpi.word_two",
+ { "Word two", "cpfi.word_two",
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL}},
diff --git a/epan/dissectors/packet-dcerpc-rs_misc.c b/epan/dissectors/packet-dcerpc-rs_misc.c
index 531aee648c..a42e97ad29 100644
--- a/epan/dissectors/packet-dcerpc-rs_misc.c
+++ b/epan/dissectors/packet-dcerpc-rs_misc.c
@@ -107,7 +107,7 @@ proto_register_rs_misc (void)
{ "Key Size", "rs_misc.login_get_info_rqst_key_size", FT_UINT32, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
{ &hf_rs_misc_login_get_info_rqst_key_t,
- { "Key", "rs.misc_login_get_info_rqst_key_t", FT_STRING, BASE_NONE,
+ { "Key", "rs_misc.login_get_info_rqst_key_t", FT_STRING, BASE_NONE,
NULL, 0x0, NULL, HFILL }}
};
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 9bfdefe266..48823f8cfd 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -1939,13 +1939,13 @@ proto_register_dhcpv6(void)
{ &hf_clientfqdn_s,
{ "S bit", "dhcpv6.clientfqdn.s", FT_BOOLEAN, 8, TFS(&fqdn_s), 0x1, "Whether the server SHOULD or SHOULD NOT perform the AAAA RR (FQDN-to-address) DNS updates", HFILL}},
{ &hf_remoteid_enterprise,
- { "Enterprise ID", "dhvpv6.remoteid.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "RemoteID Enterprise Number", HFILL }},
+ { "Enterprise ID", "dhcpv6.remoteid.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "RemoteID Enterprise Number", HFILL }},
{ &hf_vendoropts_enterprise,
- { "Enterprise ID", "dhvpv6.vendoropts.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "Vendor opts Enterprise Number", HFILL }},
+ { "Enterprise ID", "dhcpv6.vendoropts.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "Vendor opts Enterprise Number", HFILL }},
{ &hf_vendorclass_enterprise,
- { "Enterprise ID", "dhvpv6.vendorclass.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "Vendor Class Enterprise Number", HFILL }},
+ { "Enterprise ID", "dhcpv6.vendorclass.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "Vendor Class Enterprise Number", HFILL }},
{ &hf_duiden_enterprise,
- { "Enterprise ID", "dhvpv6.duiden.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "DUID EN Enterprise Number", HFILL }},
+ { "Enterprise ID", "dhcpv6.duiden.enterprise", FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0, "DUID EN Enterprise Number", HFILL }},
};
static gint *ett[] = {
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 43c2cd2f54..c5913a2e8e 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -3670,7 +3670,7 @@ proto_register_dns(void)
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_dns_apl_coded_prefix,
- { "Prefix Length", "hf.dns.apl.coded.prefix",
+ { "Prefix Length", "dns.apl.coded.prefix",
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_dns_apl_negation,
diff --git a/epan/dissectors/packet-edonkey.c b/epan/dissectors/packet-edonkey.c
index 9664ea7ded..b0494667a4 100644
--- a/epan/dissectors/packet-edonkey.c
+++ b/epan/dissectors/packet-edonkey.c
@@ -3236,7 +3236,7 @@ void proto_register_edonkey(void) {
{ "AICH Root Hash", "edonkey.emule.aich_root_hash",
FT_BYTES, BASE_NONE, NULL, 0, "eMule AICH Root Hash", HFILL } },
{ &hf_emule_aich_hash_entry,
- { "AICH Hash Entry", "emule_aich_hash_entry",
+ { "AICH Hash Entry", "edonkey.emule.aich_hash_entry",
FT_NONE, BASE_NONE, NULL, 0, "eMule AICH Hash Entry", HFILL } },
{ &hf_emule_aich_hash_id,
{ "AICH Hash ID", "edonkey.emule.aich_hash_id",
diff --git a/epan/dissectors/packet-fp_hint.c b/epan/dissectors/packet-fp_hint.c
index c47baef4d2..46f7001c35 100644
--- a/epan/dissectors/packet-fp_hint.c
+++ b/epan/dissectors/packet-fp_hint.c
@@ -545,7 +545,7 @@ proto_register_fp_hint(void)
/* traffic format details */
{ &hf_fph_tf, { "Traffic Format", "fp_hint.tf", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_fph_tf_n, { "N", "fp_hint.tf.n", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL } },
- { &hf_fph_tf_size, { "Size", "fp_hintf.tf.size", FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL } },
+ { &hf_fph_tf_size, { "Size", "fp_hint.tf.size", FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL } },
/* DDI information for E-DCH */
{ &hf_fph_ddi_entry, { "DDI Entry", "fp_hint.ddi", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_fph_ddi_value, { "DDI", "fp_hint.ddi.value", FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL } },
diff --git a/epan/dissectors/packet-gsm_a_rp.c b/epan/dissectors/packet-gsm_a_rp.c
index e6811dd798..faecd8a19d 100644
--- a/epan/dissectors/packet-gsm_a_rp.c
+++ b/epan/dissectors/packet-gsm_a_rp.c
@@ -533,7 +533,7 @@ proto_register_gsm_a_rp(void)
static hf_register_info hf[] =
{
{ &hf_gsm_a_rp_msg_type,
- { "RP Message Type", "gsm_a.rp_msg_type",
+ { "RP Message Type", "gsm_a_rp.msg_type",
FT_UINT8, BASE_HEX, VALS(gsm_rp_msg_strings), 0x0,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-l2tp.c b/epan/dissectors/packet-l2tp.c
index 4380bbceee..45364bc508 100644
--- a/epan/dissectors/packet-l2tp.c
+++ b/epan/dissectors/packet-l2tp.c
@@ -2044,51 +2044,51 @@ proto_register_l2tp(void)
NULL, HFILL }},
{ &hf_l2tp_cookie,
- { "Cookie","lt2p.cookie", FT_BYTES, BASE_NONE, NULL, 0x0,
+ { "Cookie","l2tp.cookie", FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_l2tp_l2_spec_def,
- { "Default L2-Specific Sublayer","lt2p.l2_spec_def", FT_NONE, BASE_NONE, NULL, 0x0,
+ { "Default L2-Specific Sublayer","l2tp.l2_spec_def", FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_l2tp_l2_spec_atm,
- { "ATM-Specific Sublayer","lt2p.l2_spec_atm", FT_NONE, BASE_NONE, NULL, 0x0,
+ { "ATM-Specific Sublayer","l2tp.l2_spec_atm", FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_l2tp_l2_spec_docsis_dmpt,
- { "DOCSIS DMPT - Specific Sublayer","lt2p.l2_spec_docsis_dmpt", FT_NONE, BASE_NONE, NULL, 0x0,
+ { "DOCSIS DMPT - Specific Sublayer","l2tp.l2_spec_docsis_dmpt", FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_l2tp_l2_spec_v,
- { "V-bit","lt2p.l2_spec_v", FT_BOOLEAN, 8, NULL, 0x80,
+ { "V-bit","l2tp.l2_spec_v", FT_BOOLEAN, 8, NULL, 0x80,
"VCCV Bit", HFILL }},
{ &hf_l2tp_l2_spec_s,
- { "S-bit","lt2p.l2_spec_s", FT_BOOLEAN, 8, NULL, 0x40,
+ { "S-bit","l2tp.l2_spec_s", FT_BOOLEAN, 8, NULL, 0x40,
"Sequence Bit", HFILL }},
{ &hf_l2tp_l2_spec_t,
- { "T-bit","lt2p.l2_spec_t", FT_BOOLEAN, 8, NULL, 0x08,
+ { "T-bit","l2tp.l2_spec_t", FT_BOOLEAN, 8, NULL, 0x08,
"Transport Type Bit", HFILL }},
{ &hf_l2tp_l2_spec_g,
- { "G-bit","lt2p.l2_spec_g", FT_BOOLEAN, 8, NULL, 0x04,
+ { "G-bit","l2tp.l2_spec_g", FT_BOOLEAN, 8, NULL, 0x04,
"EFCI Bit", HFILL }},
{ &hf_l2tp_l2_spec_c,
- { "C-bit","lt2p.l2_spec_c", FT_BOOLEAN, 8, NULL, 0x02,
+ { "C-bit","l2tp.l2_spec_c", FT_BOOLEAN, 8, NULL, 0x02,
"CLP Bit", HFILL }},
{ &hf_l2tp_l2_spec_u,
- { "U-bit","lt2p.l2_spec_u", FT_BOOLEAN, 8, NULL, 0x01,
+ { "U-bit","l2tp.l2_spec_u", FT_BOOLEAN, 8, NULL, 0x01,
"C/R Bit", HFILL }},
{ &hf_l2tp_l2_spec_flow_id,
- { "Flow ID","lt2p.l2_spec_flow_id", FT_UINT8, BASE_HEX, NULL, FLOW_ID_MASK,
+ { "Flow ID","l2tp.l2_spec_flow_id", FT_UINT8, BASE_HEX, NULL, FLOW_ID_MASK,
NULL, HFILL }},
{ &hf_l2tp_l2_spec_sequence,
- { "Sequence Number","lt2p.l2_spec_sequence", FT_UINT24, BASE_DEC, NULL, 0x0,
+ { "Sequence Number","l2tp.l2_spec_sequence", FT_UINT24, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_l2tp_cisco_avp_type,
diff --git a/epan/dissectors/packet-ndmp.c b/epan/dissectors/packet-ndmp.c
index b021dd7a7c..cad2ebad29 100644
--- a/epan/dissectors/packet-ndmp.c
+++ b/epan/dissectors/packet-ndmp.c
@@ -4227,7 +4227,7 @@ proto_register_ndmp(void)
"Fragment Length", "ndmp.fraglen", FT_UINT32, BASE_DEC,
NULL, RPC_RM_FRAGLEN, NULL, HFILL }},
{ &hf_ndmp_class_list, {
- "Ext Class List", "ndmp_class_list", FT_NONE, BASE_NONE,
+ "Ext Class List", "ndmp.class_list", FT_NONE, BASE_NONE,
NULL, 0, "List of extension classes", HFILL }},
{ &hf_ndmp_ex_class_id, {
"Class ID", "ndmp.class.id", FT_UINT32, BASE_HEX,
diff --git a/epan/dissectors/packet-rtsp.c b/epan/dissectors/packet-rtsp.c
index f5c5ca9e1e..0161a4ac1f 100644
--- a/epan/dissectors/packet-rtsp.c
+++ b/epan/dissectors/packet-rtsp.c
@@ -1262,7 +1262,7 @@ proto_register_rtsp(void)
{ "RDTFeatureLevel", "rtsp.rdt-feature-level", FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_rtsp_X_Vig_Msisdn,
- { "X-Vig-Msisdn", "X_Vig_Msisdn", FT_STRING, BASE_NONE, NULL, 0,
+ { "X-Vig-Msisdn", "rtsp.X_Vig_Msisdn", FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
diff --git a/epan/dissectors/packet-scsi.c b/epan/dissectors/packet-scsi.c
index 026fb035be..fbd3ea78fe 100644
--- a/epan/dissectors/packet-scsi.c
+++ b/epan/dissectors/packet-scsi.c
@@ -5275,7 +5275,7 @@ proto_register_scsi (void)
{"Task Aborted Status", "scsi.mode.tac", FT_BOOLEAN, 8,
TFS (&scsi_modesns_tas_val), 0x80, NULL, HFILL}},
{ &hf_scsi_modesns_rac,
- {"Report a Check", "ssci.mode.rac", FT_BOOLEAN, 8,
+ {"Report a Check", "scsi.mode.rac", FT_BOOLEAN, 8,
TFS (&scsi_modesns_rac_val), 0x40, NULL, HFILL}},
{ &hf_scsi_protocol,
{"Protocol", "scsi.proto", FT_UINT8, BASE_DEC, VALS (scsi_proto_val),
diff --git a/epan/dissectors/packet-snaeth.c b/epan/dissectors/packet-snaeth.c
index a2ecb126c3..1cea8ba5e6 100644
--- a/epan/dissectors/packet-snaeth.c
+++ b/epan/dissectors/packet-snaeth.c
@@ -83,7 +83,7 @@ proto_register_snaeth(void)
{
static hf_register_info hf[] = {
{ &hf_snaeth_len,
- { "Length", "snaeth_len", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Length", "snaeth.len", FT_UINT16, BASE_DEC, NULL, 0x0,
"Length of LLC payload", HFILL }},
};
static gint *ett[] = {
diff --git a/epan/dissectors/packet-v52.c b/epan/dissectors/packet-v52.c
index e7ca9b24fd..8d8571beaf 100644
--- a/epan/dissectors/packet-v52.c
+++ b/epan/dissectors/packet-v52.c
@@ -2366,7 +2366,7 @@ proto_register_v52(void)
FT_UINT8, BASE_HEX, VALS(steady_signal_values), 0x7f,
NULL, HFILL } },
{&hf_v52_digit_ack,
- { "Digit ack request indication","v2.digit_ack",
+ { "Digit ack request indication","v52.digit_ack",
FT_UINT8, BASE_HEX, VALS(digit_ack_values), 0x40,
NULL, HFILL } },
{&hf_v52_digit_spare,