aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-21 00:00:49 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-21 00:00:49 +0000
commite2cf7c32823bb5701be2d41e88274e58579442f3 (patch)
treeea96ca96bbdfc767e689f54f7339d026abc623a5 /epan/dissectors/packet-h248.c
parent2b7491f55ddb0a425a773f2ab5ee8ce18c7a8268 (diff)
+ add some more packages from 3GPP TS 29.232
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20885 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index b2d7708573..dbca0ff97b 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-h248.c */
+/* ./packet-h248.c */
/* ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn */
/* Input file: packet-h248-template.c */
@@ -1207,8 +1207,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;
@@ -7884,8 +7884,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",