aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-13 17:59:27 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-13 17:59:27 +0000
commit1c04f27fb3edf8a0c551cc7a80311c61ddcce19d (patch)
tree0f436d0e50fac55d6ead5524bd78b00339ab78b9 /epan/dissectors/packet-h248_annex_e.c
parent605c6a9b67b925d285dd8a2c7cbef92ddd4664cf (diff)
h248_e_implicit = FALSE;
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40179 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index fca6bde2f8..890b67b3b8 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -38,7 +38,7 @@
*/
static int proto_h248_annex_E = -1;
-static gboolean implicit = TRUE;
+static gboolean h248_e_implicit = FALSE;
/* H.248.1 E.1 Generic Package */
static int hf_h248_pkg_generic = -1;
@@ -78,8 +78,8 @@ static const value_string h248_pkg_generic_cause_gencause_vals[] = {
};
static h248_pkg_param_t h248_pkg_generic_cause_evt_params[] = {
- { 0x0001, &hf_h248_pkg_generic_cause_gencause, h248_param_ber_integer, &implicit },
- { 0x0002, &hf_h248_pkg_generic_cause_failurecause, h248_param_ber_octetstring, &implicit },
+ { 0x0001, &hf_h248_pkg_generic_cause_gencause, h248_param_ber_integer, h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_generic_cause_failurecause, h248_param_ber_octetstring, h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
@@ -101,10 +101,10 @@ static const value_string h248_pkg_generic_sc_vals[] = {
};
static h248_pkg_param_t h248_pkg_generic_sc_evt_params[] = {
- { 0x0001, &hf_h248_pkg_generic_sc_sig_id, h248_param_PkgdName, NULL },
- { 0x0002, &hf_h248_pkg_generic_sc_meth, h248_param_ber_integer, NULL },
- { 0x0003, &hf_h248_pkg_generic_sc_slid, h248_param_ber_integer, NULL },
- { 0x0004, &hf_h248_pkg_generic_sc_rid, h248_param_ber_integer, NULL },
+ { 0x0001, &hf_h248_pkg_generic_sc_sig_id, h248_param_PkgdName, h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_generic_sc_meth, h248_param_ber_integer, h248_e_implicit },
+ { 0x0003, &hf_h248_pkg_generic_sc_slid, h248_param_ber_integer, h248_e_implicit },
+ { 0x0004, &hf_h248_pkg_generic_sc_rid, h248_param_ber_integer, h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
@@ -141,11 +141,11 @@ static int hf_h248_pkg_root_provisionalresponsetimervalue = -1;
static gint ett_h248_pkg_root = -1;
static h248_pkg_param_t h248_pkg_root_properties[] = {
- { 0x0001, &hf_h248_pkg_root_maxnrofctx, h248_param_ber_integer, &implicit },
- { 0x0002, &hf_h248_pkg_root_maxtermsperctx, h248_param_ber_integer, &implicit },
- { 0x0003, &hf_h248_pkg_root_normalmgexectime, h248_param_ber_integer, &implicit },
- { 0x0004, &hf_h248_pkg_root_normalmgcexecutiontime, h248_param_ber_integer, &implicit },
- { 0x0005, &hf_h248_pkg_root_provisionalresponsetimervalue, h248_param_ber_integer, &implicit },
+ { 0x0001, &hf_h248_pkg_root_maxnrofctx, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_root_maxtermsperctx, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0003, &hf_h248_pkg_root_normalmgexectime, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0004, &hf_h248_pkg_root_normalmgcexecutiontime, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0005, &hf_h248_pkg_root_provisionalresponsetimervalue, h248_param_ber_integer, &h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
@@ -176,8 +176,8 @@ static int hf_h248_pkg_tonegen_sig_pt_ind = -1;
static gint ett_h248_pkg_tonegen = -1;
static h248_pkg_param_t hf_h248_pkg_tonegen_properties[] = {
- { 0x0001, &hf_h248_pkg_tonegen_sig_pt_tl, h248_param_ber_integer, &implicit },
- { 0x0002, &hf_h248_pkg_tonegen_sig_pt_ind, h248_param_ber_integer, &implicit },
+ { 0x0001, &hf_h248_pkg_tonegen_sig_pt_tl, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_tonegen_sig_pt_ind, h248_param_ber_integer, &h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
@@ -305,19 +305,19 @@ static const true_false_string h248_pkg_al_evt_offhook_par_init_vals = {
};
static h248_pkg_param_t h248_pkg_al_evt_onhook_params[] = {
- { 0x0001, &hf_h248_pkg_al_evt_onhook_par_strict, h248_param_ber_integer, &implicit },
- { 0x0002, &hf_h248_pkg_al_evt_onhook_par_init, h248_param_ber_boolean, &implicit },
+ { 0x0001, &hf_h248_pkg_al_evt_onhook_par_strict, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_al_evt_onhook_par_init, h248_param_ber_boolean, &h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
static h248_pkg_param_t h248_pkg_al_evt_offhook_params[] = {
- { 0x0001, &hf_h248_pkg_al_evt_offhook_par_strict, h248_param_ber_integer, &implicit },
- { 0x0002, &hf_h248_pkg_al_evt_offhook_par_init, h248_param_ber_boolean, &implicit },
+ { 0x0001, &hf_h248_pkg_al_evt_offhook_par_strict, h248_param_ber_integer, &h248_e_implicit },
+ { 0x0002, &hf_h248_pkg_al_evt_offhook_par_init, h248_param_ber_boolean, &h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
static h248_pkg_param_t h248_pkg_al_evt_flashhook_params[] = {
- { 0x0001, &hf_h248_pkg_al_evt_flashhook_par_mindur, h248_param_ber_integer, &implicit },
+ { 0x0001, &hf_h248_pkg_al_evt_flashhook_par_mindur, h248_param_ber_integer, &h248_e_implicit },
{ 0, NULL, NULL, NULL}
};
@@ -414,8 +414,8 @@ static const value_string h248_pkg_tdmc_props_vals[] = {
static h248_pkg_param_t h248_pkg_tdmc_props[] = {
- { 0x0008, &hf_h248_pkg_tdmc_ec, h248_param_ber_boolean, &implicit },
- { 0x000a, &hf_h248_pkg_tdmc_gain, h248_param_ber_integer, &implicit },
+ { 0x0008, &hf_h248_pkg_tdmc_ec, h248_param_ber_boolean, h248_e_implicit },
+ { 0x000a, &hf_h248_pkg_tdmc_gain, h248_param_ber_integer, h248_e_implicit },
{ 0, NULL, NULL, NULL}
};