summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-29 17:01:30 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-29 22:08:12 +0000
commite39938256b539e3edb4684e19f4b28e95fa900dd (patch)
treebeac700f7c7367abc8eff066d2865e594939a09e
parent1aeab74d9d99807cf793aa65935934b8a233ed79 (diff)
downloadwireshark-e39938256b539e3edb4684e19f4b28e95fa900dd.tar.gz
Rename some hf[] display filter names to fix dups.
Change-Id: Ibe932bc37e03194f1801ec4eed4da1ff31370de3 Reviewed-on: https://code.wireshark.org/review/5535 Reviewed-by: Bill Meier <wmeier@newsguy.com>
-rw-r--r--epan/dissectors/packet-btsdp.c4
-rw-r--r--epan/dissectors/packet-ceph.c16
-rw-r--r--epan/dissectors/packet-mim.c2
-rw-r--r--plugins/wimax/wimax_utils.c2
4 files changed, 12 insertions, 12 deletions
diff --git a/epan/dissectors/packet-btsdp.c b/epan/dissectors/packet-btsdp.c
index 420e3d5fc8..76bcbfaa45 100644
--- a/epan/dissectors/packet-btsdp.c
+++ b/epan/dissectors/packet-btsdp.c
@@ -4884,7 +4884,7 @@ proto_register_btsdp(void)
NULL, HFILL }
},
{ &hf_wap_homepage_url,
- { "Homepage URL", "btsdp.wap.network_address",
+ { "Homepage URL", "btsdp.wap.homepage_url",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }
},
@@ -4899,7 +4899,7 @@ proto_register_btsdp(void)
NULL, HFILL }
},
{ &hf_hdp_support_procedure_reserved_5_7,
- { "Support: Reserved", "btsdp.hdp.support.reserved",
+ { "Support: Reserved_5_7", "btsdp.hdp.support.reserved_5_7",
FT_UINT8, BASE_HEX, NULL, 0xE0,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-ceph.c b/epan/dissectors/packet-ceph.c
index cbc7f27eb0..7d2d536191 100644
--- a/epan/dissectors/packet-ceph.c
+++ b/epan/dissectors/packet-ceph.c
@@ -7210,12 +7210,12 @@ proto_register_ceph(void)
"The port of the client as seen by the server.", HFILL
} },
{ &hf_addr_ipv4, {
- "IPv4 Address", "ceph.client.ip",
+ "IPv4 Address", "ceph.client.ip4",
FT_IPv4, BASE_NONE, NULL, 0,
"The IP address of the client as seen by the server.", HFILL
} },
{ &hf_addr_ipv6, {
- "IPv6 Address", "ceph.client.ip",
+ "IPv6 Address", "ceph.client.ipv6",
FT_IPv6, BASE_NONE, NULL, 0,
"The IP address of the client as seen by the server.", HFILL
} },
@@ -7721,7 +7721,7 @@ proto_register_ceph(void)
NULL, HFILL
} },
{ &hf_pg_stat_lastepochclean, {
- "Last Clean", "ceph.pg_stat.lastclean",
+ "Last Epoch Clean", "ceph.pg_stat.lastepochclean",
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL
} },
@@ -8750,7 +8750,7 @@ proto_register_ceph(void)
"Instructions to pass to the new target.", HFILL
} },
{ &hf_osd_redirect_osdinstr_data, {
- "Data", "ceph.osd_redirect.osd_instructions",
+ "Data", "ceph.osd_redirect.osd_instructions_data",
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL
} },
@@ -9012,7 +9012,7 @@ proto_register_ceph(void)
NULL, HFILL
} },
{ &hf_paxos_ver, {
- "Paxos Version", "ceph.data",
+ "Paxos Version", "ceph.paxos.ver",
FT_UINT64, BASE_DEC, NULL, 0,
NULL, HFILL
} },
@@ -9497,7 +9497,7 @@ proto_register_ceph(void)
NULL, HFILL
} },
{ &hf_msg_osd_op_mtime, {
- "Modification Time", "ceph.msg.osd_op",
+ "Modification Time", "ceph.msg.osd_op.mtime",
FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0,
NULL, HFILL
} },
@@ -9597,7 +9597,7 @@ proto_register_ceph(void)
NULL, HFILL
} },
{ &hf_msg_osd_opreply_redirect, {
- "Redirect", "ceph.msg.osd_opreply.user_ver",
+ "Redirect", "ceph.msg.osd_opreply.redirect",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL
} },
@@ -9703,7 +9703,7 @@ proto_register_ceph(void)
} },
{ &hf_msg_poolop_crush_rule, {
"Crush Rule", "ceph.msg.poolop.crush_rule",
- FT_INT16, BASE_DEC, NULL, 0,
+ FT_UINT16, BASE_DEC, NULL, 0,
NULL, HFILL
} },
{ &hf_msg_poolop_crush_rule8, {
diff --git a/epan/dissectors/packet-mim.c b/epan/dissectors/packet-mim.c
index 86643e02f2..78bac950e5 100644
--- a/epan/dissectors/packet-mim.c
+++ b/epan/dissectors/packet-mim.c
@@ -302,7 +302,7 @@ proto_register_mim(void)
0, "Destination Hierarchical MAC", HFILL }},
{ &hf_d_hmac_mc,
- { "MC Destination", "cfp.d_hmac",
+ { "MC Destination", "cfp.d_hmac_mc",
FT_ETHER, BASE_NONE, NULL,
0, "Multicast Destination Address", HFILL }},
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 20e0a36870..d02fb18e14 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -1124,7 +1124,7 @@ void proto_register_wimax_utility_decoders(void)
},
{ /* Ethertype */
&hf_cst_pkt_class_rule_etype,
- {"Ethertype", "wmx.cst.pkt_class_rule.ethertype", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}
+ {"Ethertype", "wmx.cst.pkt_class_rule.etype", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}
},
{ /* Eprot1 */
&hf_cst_pkt_class_rule_eprot1,