Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4648] New: pkcs12 ASN1 generated dissector differs from ep

Date: Tue, 6 Apr 2010 11:56:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4648

           Summary: pkcs12 ASN1 generated dissector differs from
                    epan/dissectors version
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: wmeier@xxxxxxxxxxx


Build Information:
svn
--
It appears that a manual change not reflected in asn1/pkcs12/?? was introduced
in SVN #34341 epan/dissectors/packet-pkcs12.c

diff epan/dissectors/packet-pkcs12.c asn1/pkcs12/packet-pkcs12.c


 static const ber_sequence_t DigestInfo_sequence[] = {
-  { &hf_pkcs12_digestAlgorithm, -1/*imported*/, -1/*imported*/,
BER_FLAGS_NOOWNTAG, dissect_cms_DigestAlgorithmIdentifier },
+  { &hf_pkcs12_digestAlgorithm, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE,
BER_FLAGS_NOOWNTAG, dissect_cms_DigestAlgorithmIdentifier },
   { &hf_pkcs12_digest       , BER_CLASS_UNI, BER_UNI_TAG_OCTETSTRING,
BER_FLAGS_NOOWNTAG, dissect_cms_Digest },
   { NULL, 0, 0, 0, NULL }
 };

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.