Wireshark-bugs: [Wireshark-bugs] [Bug 9573] Global Variable in x509af dissector causing problems

Date: Mon, 27 Jan 2014 09:01:32 +0000

Comment # 14 on bug 9573 from
(In reply to comment #13)
> Are CMS and PKCS12 dissectors explicitly (or implicitly through subdissector
> table) called by the x509af dissector?

In my case CMS is calling dissect_x509af_AlgorithmIdentifier() to fetch the
algorithm identifier, and then calls dissect_MessageDigest_PDU() through a
dissector handle which will make a new actx not having the direct_refenence.

The best solution is probably to use private_table.


You are receiving this mail because:
  • You are watching all bug changes.