aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_q1950.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-06 22:13:12 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-06 22:13:12 +0000
commit37802e5e213c39dd84cf2895c833e1717ad331e9 (patch)
treef39d8f8849adbc5343a91cc16cbe13e097116100 /epan/dissectors/packet-h248_q1950.c
parente30640be45a5a10fe42ec4c94a2380d50ab8ddbd (diff)
Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. > In observed event descriptor, it is called “eventName”, but in event descriptor, > it is called “pkgdName”. It should be “eventName” in both cases. svn path=/trunk/; revision=20986
Diffstat (limited to 'epan/dissectors/packet-h248_q1950.c')
-rw-r--r--epan/dissectors/packet-h248_q1950.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c
index ea52b4ef16..201a6682d5 100644
--- a/epan/dissectors/packet-h248_q1950.c
+++ b/epan/dissectors/packet-h248_q1950.c
@@ -195,13 +195,18 @@ static const value_string h248_pkg_GB_BNCChange_type_vals[] = {
{0,NULL}
};
+static const value_string h248_pkg_GB_BNCChange_params_vals[] = {
+ {0x01, "Type"},
+ {0,NULL}
+};
+
static const h248_pkg_param_t h248_pkg_GB_BNCChange_pars[] = {
{ 0x0001, &hf_h248_pkg_GB_BNCChange_type, h248_param_ber_integer, &implicit },
{ 0, NULL, NULL, NULL}
};
static const h248_pkg_evt_t h248_pkg_GB_events[] = {
- { 0x0001, &hf_h248_pkg_GB_BNCChange, &ett_h248_pkg_GB_BNCChange, h248_pkg_GB_BNCChange_pars, h248_pkg_GB_events_vals},
+ { 0x0001, &hf_h248_pkg_GB_BNCChange, &ett_h248_pkg_GB_BNCChange, h248_pkg_GB_BNCChange_pars, h248_pkg_GB_BNCChange_params_vals},
};
static const value_string h248_pkg_GB_signals_vals[] = {