aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
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 /epan/dissectors/packet-h248.c
parentdaed1f10cdf4d289568204ce5d3066f94e91444f (diff)
H248:
Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454
Diffstat (limited to 'epan/dissectors/packet-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 32b2c1dcd5..a7e2e25742 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -1161,6 +1161,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);
@@ -5869,7 +5871,7 @@ dissect_h248_MegacoMessage(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset,
/*--- End of included file: packet-h248-fn.c ---*/
-#line 1758 "packet-h248-template.c"
+#line 1760 "packet-h248-template.c"
static void
dissect_h248(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -7060,7 +7062,7 @@ void proto_register_h248(void) {
"", HFILL }},
/*--- End of included file: packet-h248-hfarr.c ---*/
-#line 1892 "packet-h248-template.c"
+#line 1894 "packet-h248-template.c"
{ &hf_h248_ctx, { "Context", "h248.ctx", FT_UINT32, BASE_HEX, NULL, 0, "", HFILL }},
{ &hf_h248_ctx_term, { "Termination", "h248.ctx.term", FT_STRING, BASE_NONE, NULL, 0, "", HFILL }},
@@ -7220,7 +7222,7 @@ void proto_register_h248(void) {
&ett_h248_Value,
/*--- End of included file: packet-h248-ettarr.c ---*/
-#line 1917 "packet-h248-template.c"
+#line 1919 "packet-h248-template.c"
};
module_t *h248_module;