aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkix1implicit.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24export ResonFlags from pkix1implicitRonnie Sahlberg1-0/+6
svn path=/trunk/; revision=12827
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-7/+7
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-12-05updates to pkix1implicit (we have to think about how to rewrite both ↵Ronnie Sahlberg1-115/+15
pkix1eplicit and pkix1implicit to avoid the crap with duplicate definitions from x509) New protocol : RFC3161 PKIX TimeStamp Protocol svn path=/trunk/; revision=12669
2004-11-29Export AuthorityInfoAccessSyntax from pkix1implicitRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12616
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg1-1/+214
svn path=/trunk/; revision=12552
2004-11-20add the oids for id-kp-xxx key purpose identifier to the pkix dissectorRonnie Sahlberg1-9/+47
svn path=/trunk/; revision=12549
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-6/+6
version of asn2eth. svn path=/trunk/; revision=12267
2004-09-17get rid of a compiler warning for unused function UserNoticeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12033
2004-09-16add new dissectors to build processRonnie Sahlberg1-0/+289
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) svn path=/trunk/; revision=12014