aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-05-02 18:30:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-05-02 18:30:14 +0000
commit3f395aec516eb55a458f1be30255af344e6dff62 (patch)
treeeea48369b91be6d796541b0aa7a02e371e36e0f9 /epan/dissectors/packet-tcap.c
parentf2ffbf0a468976213e4d0edd91158e4ebfa65eb8 (diff)
Use the correct parameters in a function call.
svn path=/trunk/; revision=14271
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index bb04eaecc8..4d3db45e0c 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -2041,7 +2041,7 @@ dissect_tcap_dialog_portion(ASN1_SCK *asn1, proto_tree *tcap_tree, proto_item *t
if (portion_def_len)
{
- tvb_ensure_bytes_exist(tcap_tree, saved_offset, len);
+ tvb_ensure_bytes_exist(asn1->tvb, saved_offset, len);
proto_item_set_len(dlg_item, len);
}