From f08cd1e5e38ba78b85caef62ad0a4de83c750494 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 15 May 2007 05:49:43 +0000 Subject: actx in the rest of dissect_ber..()l svn path=/trunk/; revision=21773 --- asn1/acse/acse.cnf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'asn1/acse/acse.cnf') diff --git a/asn1/acse/acse.cnf b/asn1/acse/acse.cnf index 231e4067aa..b1412b6d7d 100644 --- a/asn1/acse/acse.cnf +++ b/asn1/acse/acse.cnf @@ -64,24 +64,24 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name /*XXX not implemented yet */ #.FN_BODY AARQ-apdu/aSO-context-name - offset = dissect_ber_object_identifier_str(FALSE, actx->pinfo, tree, tvb, offset, + offset = dissect_ber_object_identifier_str(FALSE, actx, tree, tvb, offset, hf_index, &object_identifier_id); #.FN_BODY AARE-apdu/aSO-context-name - offset = dissect_ber_object_identifier_str(FALSE, actx->pinfo, tree, tvb, offset, + offset = dissect_ber_object_identifier_str(FALSE, actx, tree, tvb, offset, hf_index, &object_identifier_id); #.FN_BODY ACRQ-apdu/aSO-context-name - offset = dissect_ber_object_identifier_str(FALSE, actx->pinfo, tree, tvb, offset, + offset = dissect_ber_object_identifier_str(FALSE, actx, tree, tvb, offset, hf_index, &object_identifier_id); #.FN_BODY ACRP-apdu/aSO-context-name - offset = dissect_ber_object_identifier_str(FALSE, actx->pinfo, tree, tvb, offset, + offset = dissect_ber_object_identifier_str(FALSE, actx, tree, tvb, offset, hf_index, &object_identifier_id); #.FN_BODY EXTERNALt/indirect-reference char *oid; - offset = dissect_ber_integer(FALSE, actx->pinfo, tree, tvb, offset, + offset = dissect_ber_integer(FALSE, actx, tree, tvb, offset, hf_acse_indirect_reference, &indir_ref); -- cgit v1.2.1