aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2011-11-24 15:18:11 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2011-11-24 15:18:11 +0000
commit3c7926a2c660d026e42d378d9172b600431528ea (patch)
treec6b03030378a27cdc829f5809d7ffcee459ba9f9 /asn1/h245
parent20019f77ededa8978f20eccb95abb2ac66fc9548 (diff)
Fix H.460.18 and H.460.19 integration into H.245
svn path=/trunk/; revision=39998
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/h245.cnf6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf
index 83cedc7b4a..42e2106172 100644
--- a/asn1/h245/h245.cnf
+++ b/asn1/h245/h245.cnf
@@ -631,12 +631,16 @@ if (h245_pi != NULL)
}
%(DEFAULT_BODY)s
+ if (gefx) {
+ gefx->subid = ep_strdup_printf("%%u", subMessageIdentifer);
+ gef_ctx_update_key(gef_ctx_get(actx->private_data));
+ /* DEBUG */ /*proto_tree_add_text(tree, tvb, offset>>3, 0, "*** DEBUG CapabilityIdentifier: %%s", gef_ctx_get(actx->private_data)->key);*/
+ }
if (hf_index == hf_h245_subMessageIdentifier_standard)
{
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%s", val_to_str(subMessageIdentifer, h245_h239subMessageIdentifier_vals, "<unknown>") );
g_snprintf(h245_pi->frame_label, 50, "%%s", val_to_str(subMessageIdentifer, h245_h239subMessageIdentifier_vals, "<unknown>"));
}
- if (gefx) gefx->subid = ep_strdup_printf("%%u", subMessageIdentifer);
#.END
#.FN_HDR GenericMessage/messageContent/_item