aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-21 00:00:49 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-21 00:00:49 +0000
commitda3cc2efa807182b04dc8a2e0f627671f1442c63 (patch)
treeea96ca96bbdfc767e689f54f7339d026abc623a5 /asn1/h248
parent33c97b6a1faf07a19f9bc2f38671a4d4f13f185a (diff)
+ add some more packages from 3GPP TS 29.232
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 svn path=/trunk/; revision=20885
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/packet-h248-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index c4928eeaff..0c5fe0b5d5 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -746,8 +746,8 @@ static int dissect_h248_PkgdName(gboolean implicit_tag, tvbuff_t *tvb, int offse
hf_param = *(pkg->hfid_params);
if (hf_param > 0)
- /* TODO: Will this ever happen now??*/
- proto_tree_add_uint(package_tree, hf_param, tvb, offset-2, 2, name_minor);
+ /* TODO: Will this ever happen now ??*/
+ proto_tree_add_uint(package_tree, hf_h248_pkg_name, tvb, offset-2, 2, name_minor);
} else {
pkg = &no_package;
@@ -1932,8 +1932,8 @@ void proto_register_h248(void) {
h248_module = prefs_register_protocol(proto_h248, h248_init);
prefs_register_bool_preference(h248_module, "ctx_info",
- "Keep Persistent Context Information",
- "Whether persistent context information is to be kept",
+ "Track Context",
+ "Mantain relationships between transactions and contexts and display an extra tree showing context data",
&keep_persistent_data);
prefs_register_uint_preference(h248_module, "udp_port",
"UDP port",