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 1888] New Versions of ASN.1 dissectors for pkix- CMP and p

Date: Tue, 2 Oct 2007 07:14:04 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888





------- Comment #9 from tomas.kukosa@xxxxxxxxxxx  2007-10-02 07:14 GMT -------
> > I will update the asn2wrs for "ANY DEFIEND BY" support 

Done.

> - adding of some simple extra definitions (like "MyNull ::= NULL") for the
> binding to OIDs in the #.REGISTER section in the .cnf file since the ones
> needed are imported from ASN files or are ASN types.
>   -> I couldn't find another way to do that. Is there any?

It should work without creating new types for all defined and imported types
and for NULL. Let me know if ot does not work. It will not work for other ASN.1
types (OBJECT IDENTIFIER, GeneralizedTime, ...). I will fix it.

But I would recommend to uncomment following lines (all types and OIDs)
...
     --   id-it-implicitConfirm  OBJECT IDENTIFIER ::= {id-it 13}
     --      ImplicitConfirmValue    ::= NULL
...
and use following registration
ImplicitConfirmValue   B id-it-implicitConfirm "id-it-implicitConfirm"
instead of
MyNull                 B "1.3.6.1.5.5.7.4.13" "ImplicitConfirmValue"

> - commenting out definitions regarding PKCS-10 since I could not find those in
> Wireshark and their use is not recommended for CMP
>   -> Is this unavoidable or is it possible to exclude certain definitions
> through the config file?

You can use #.OMIT_ASSIGNMENT directive (see e.g. h235.cnf)


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