Wireshark-commits: [Wireshark-commits] rev 23082: /trunk/ /trunk/epan/dissectors/: packet-cmp.c packet-cmp.h packet-crmf.c packet-crmf.h packet-pkix1explicit.c packet-pkix1explicit.h packet-pkix1implicit.c packet-pkix1implicit.h ...
From:
etxrab@xxxxxxxxxxxxx
Date: Sun, 07 Oct 2007 16:02:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23082
User: etxrab
Date: 2007/10/07 04:02 PM
Log:
From Martin Peylo:
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888
There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The
right to exist of CRMF is bound to CMP so I don't split that into two bug
reports.
I'll upload the new (slightly handmassaged) ASN.1 files for both protocols,
along with patches for the respective cnf files, where I also added new
#.REGISTER statements.
Additionally I had to export some definitions from pkix1explicit (Attribute,
Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier).
I'll also upload a patch for that.
I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki.
Directory: /trunk/epan/dissectors/
Changes Path Action
+807 -152 packet-cmp.c Modified
+7 -4 packet-cmp.h Modified
+261 -116 packet-crmf.c Modified
+3 -0 packet-crmf.h Modified
+151 -3 packet-pkix1explicit.c Modified
+6 -0 packet-pkix1explicit.h Modified
+10 -0 packet-pkix1implicit.c Modified
+1 -0 packet-pkix1implicit.h Modified
Directory: /trunk/asn1/pkix1explicit/
Changes Path Action
+1 -1 Makefile Modified
+1 -1 Makefile.nmake Modified
+10 -3 PKIX1EXPLICIT93.asn Modified
(19 files not shown)