aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 02:04:10 +0000
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 02:04:10 +0000
commit7cde7ba61072df281bbda19c4230921b5ad41cd0 (patch)
tree62c761aa9017b8e7843f35ea74981c92ed34b041
parent0d733c41984fdfffc1e78fe69d7826dd0d80feca (diff)
minor display filter field typos
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44651 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-ehs.c2
-rw-r--r--epan/dissectors/packet-h248_annex_e.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ehs.c b/epan/dissectors/packet-ehs.c
index c070902a55..d2b293700e 100644
--- a/epan/dissectors/packet-ehs.c
+++ b/epan/dissectors/packet-ehs.c
@@ -1440,7 +1440,7 @@ proto_register_ehs(void)
NULL, HFILL }
},
{ &hf_ehs_sh_tdm_end_of_data_flag,
- { "End of Data Flag", "ehs2tdm_end_of_data_flag.tdm_end_of_data_flag",
+ { "End of Data Flag", "ehs2.tdm_end_of_data_flag",
FT_UINT8, BASE_DEC, VALS(ehs_secondary_header_tdm_end_of_data_flag), 0x18,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index 0d6465cfc9..09c2e78f2b 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -1011,7 +1011,7 @@ void proto_register_h248_annex_e(void) {
{ &hf_h248_pkg_cg, { "Call Progress Tones Generator", "h248.pkg.cg", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_h248_pkg_cg_sig_pt, { "Play Tone (pt)", "h248.pkg.cg.pt", FT_UINT16, BASE_HEX, VALS(h248_pkg_cg_sig_cd_evt_vals), 0, NULL, HFILL }},
{ &hf_h248_pkg_cg_sig_pt_tl, {"Tone List", "h248.pkg.cg.pt.tl", FT_UINT16, BASE_DEC_HEX, VALS(h248_pkg_cg_sig_cd_evt_vals), 0, NULL, HFILL }},
- { &hf_h248_pkg_cg_sig_pt_ind, { "Inter-Signal Duration (ind)", "h248.pkg-cg.pt.ind", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
+ { &hf_h248_pkg_cg_sig_pt_ind, { "Inter-Signal Duration (ind)", "h248.pkg.cg.pt.ind", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_h248_pkg_cg_sig_pt_btd, { "Tone Direction (btd)", "h248.pkg.cg.pt.btd", FT_UINT8, BASE_DEC, VALS(h248_pkg_cg_pt_btd_param_vals), 0, NULL, HFILL }},
{ &hf_h248_pkg_cg_sig_dt, { "Dial Tone (dt)", "h248.pkg.cg.dt", FT_UINT16, BASE_HEX, VALS(h248_pkg_cg_sig_cd_evt_vals), 0, NULL, HFILL }},