aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-07 22:46:14 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-07 22:46:14 +0000
commitc51cadd00e0265c4b077bb4cc20a0a89781f28ff (patch)
tree09a41a93a503253b213a1e828fceb7775c52db09 /epan/dissectors/packet-h248_annex_e.c
parentc055ca8c7e2457c348d5ae22e3b779b99a11ffec (diff)
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42488
Diffstat (limited to 'epan/dissectors/packet-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index 56cb73f35f..3ef38f31c7 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -280,7 +280,7 @@ static const value_string h248_pkg_tonedet_tl_params_vals[] = {
};
static const h248_pkg_param_t h248_pkg_tonedet_event_params[] = {
- { 0x0001, &hf_h248_pkg_tonedet_evt_tl_param, h248_param_item, &implicit },
+ { 0x0001, &hf_h248_pkg_tonedet_evt_tl_param, h248_param_uint_item, &implicit },
{ 0x0002, &hf_h248_pkg_tonedet_evt_dur_param, h248_param_ber_integer, &implicit },
{ 0x0003, &hf_h248_pkg_tonedet_evt_tid_param, h248_param_ber_integer, &implicit },
{ 0, NULL, NULL, NULL }
@@ -534,7 +534,7 @@ static h248_pkg_param_t h248_pkg_dd_ds_events[] = {
};
static const h248_pkg_param_t h248_pkg_dd_event_params[] = {
- { 0x0001, &hf_h248_pkg_dd_evt_tl_param, h248_param_item, &implicit },
+ { 0x0001, &hf_h248_pkg_dd_evt_tl_param, h248_param_uint_item, &implicit },
{ 0x0002, &hf_h248_pkg_dd_evt_dur_param, h248_param_ber_integer, &implicit },
{ 0x0003, &hf_h248_pkg_dd_evt_tid_param, h248_param_ber_integer, &implicit },
{ 0, NULL, NULL, NULL }