diff options
author | Anders Broman <anders.broman@ericsson.com> | 2007-05-15 05:49:43 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2007-05-15 05:49:43 +0000 |
commit | f08cd1e5e38ba78b85caef62ad0a4de83c750494 (patch) | |
tree | 26b227bd3fdd4303f46b9d2121e3393034b631cf /asn1/pkix1explicit | |
parent | 792e51d00a0d0720d443d27c313b7c3fb24394fe (diff) | |
download | wireshark-f08cd1e5e38ba78b85caef62ad0a4de83c750494.tar.gz wireshark-f08cd1e5e38ba78b85caef62ad0a4de83c750494.tar.bz2 wireshark-f08cd1e5e38ba78b85caef62ad0a4de83c750494.zip |
actx in the rest of dissect_ber..()l
svn path=/trunk/; revision=21773
Diffstat (limited to 'asn1/pkix1explicit')
-rw-r--r-- | asn1/pkix1explicit/pkix1explicit.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkix1explicit/pkix1explicit.cnf b/asn1/pkix1explicit/pkix1explicit.cnf index 4c066c8e84..0e50f5955e 100644 --- a/asn1/pkix1explicit/pkix1explicit.cnf +++ b/asn1/pkix1explicit/pkix1explicit.cnf @@ -29,7 +29,7 @@ DomainParameters B "1.2.840.10046.2.1" "dhpublicnumber" #.FIELD_RENAME #.FN_BODY DirectoryString - offset = dissect_ber_octet_string(implicit_tag, actx->pinfo, tree, tvb, offset, hf_index, NULL); + offset = dissect_ber_octet_string(implicit_tag, actx, tree, tvb, offset, hf_index, NULL); #.FN_PARS AttributeTypeAndValue/value FN_VARIANT = _str HF_INDEX = hf_pkix1explicit_object_identifier_id VAL_PTR = &object_identifier_id |