summaryrefslogtreecommitdiff
path: root/asn1/h248
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-10 21:33:45 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-10 21:33:45 +0000
commit4945174ae6e9200f65db68a85d1805523d6ccc43 (patch)
tree2230abf0fc2347a12ad5c5d73f735c288db37d22 /asn1/h248
parentce62a3c5ccbfcb28d049e8b14f96fd138cdd3747 (diff)
downloadwireshark-4945174ae6e9200f65db68a85d1805523d6ccc43.tar.gz
Pass "wild_card" directly to dissector instead of using private_data. "h248term" dissector is not in Wireshark source, so third-party will need to update accordingly.
svn path=/trunk/; revision=53241
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/h248.cnf3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/h248/h248.cnf b/asn1/h248/h248.cnf
index 6d17c50739..3f068f39e3 100644
--- a/asn1/h248/h248.cnf
+++ b/asn1/h248/h248.cnf
@@ -346,8 +346,7 @@ AuditReplyV1/auditResult audit_result
curr_info.term = gcp_cmd_add_term(curr_info.msg, curr_info.trx, curr_info.cmd, curr_info.term, wild_term, keep_persistent_data);
if (h248_term_handle) {
- actx->pinfo->private_data = &wild_card;
- call_dissector(h248_term_handle, new_tvb, actx->pinfo, tree);
+ call_dissector_with_data(h248_term_handle, new_tvb, actx->pinfo, tree, &wild_card);
wild_card = 0xFF;
}
} else {