aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-10-08 20:57:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-10-08 20:57:20 +0000
commited0cf1e0bb1f9b5bd617547e0381b1b11f482d1c (patch)
treeaa7e6b350f0a68167a2c0af44f7112fced04ae29 /asn1
parentdaed1f10cdf4d289568204ce5d3066f94e91444f (diff)
H248:
Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h248/packet-h248-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 3b6b86ca91..c945024204 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -749,6 +749,8 @@ static int dissect_h248_PkgdName(gboolean implicit_tag, tvbuff_t *tvb, int offse
if (! pkg ) pkg = &no_package;
+ 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);