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

Date: Wed, 08 Jan 2014 09:07:38 +0000

Comment # 10 on bug 9573 from
(In reply to comment #9)
> This will not work in CMS when the eContent dissector also uses
> actx->external.direct_reference, which is the case for signed STANAG 4406.

Hmm, no, this was a wrong assumption.

The problem is that x509af and cms uses different asn1 context (actx) and will
not share external.direct_reference.

Maybe x509af_get_last_algorithm_id() should just be reintroduced and return
actx->external.direct_reference for usage outside x509af.


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