Comment # 14
on bug 9573
from Stig Bjørlykke
(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.