aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-08 02:02:43 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-08 02:02:43 +0000
commitd62f92b7f1ab7db4f1ca5c2608598c5760183a76 (patch)
tree4f0ca13812518219fb8b6e06817bd019152a2fb5 /asn1/h245
parentc4e9865f0c6d03b7b60cff1de4ad5c4049a2e923 (diff)
Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.
Cleanup a forgotten pinfo->private_data use in the H245 dissector. svn path=/trunk/; revision=53160
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/h245.cnf1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf
index 5993b4dd6c..1232c02b86 100644
--- a/asn1/h245/h245.cnf
+++ b/asn1/h245/h245.cnf
@@ -697,7 +697,6 @@ if (h245_pi != NULL)
gefx = gef_ctx_get(actx->private_data);
if (gefx) {
/* DEBUG */ /*proto_tree_add_text(tree, tvb, offset>>3, 0, "*** DEBUG dissector_try_string: %%s", gefx->key);*/
- actx->pinfo->private_data = actx;
dissector_try_string(gef_content_dissector_table, gefx->key, value_tvb, %(ACTX)s->pinfo, %(TREE)s, %(ACTX)s);
}
actx->private_data = parent_gefx;