aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-13get rid of some asn2eth warnings for x509ceRonnie Sahlberg1-35/+35
svn path=/trunk/; revision=12745
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-40/+40
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-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg1-1/+1
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg1-33/+33
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-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg1-8/+13
svn path=/trunk/; revision=12603
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12558
2004-11-21cleanup for x509ceRonnie Sahlberg1-129/+567
svn path=/trunk/; revision=12557
2004-11-14export GeneralName from X509CERonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12525
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-7/+7
i think it is high time to put makefiles down in asn1/ since this autogenerating dissectors "experiment" have payed off so well and it actual;ly works! i dont know anything about how autogen stuff works :-( svn path=/trunk/; revision=12522
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-45/+45
version of asn2eth. svn path=/trunk/; revision=12267
2004-09-13let asn2eth autogenerate the PDU callback wrappers instead of defining them ↵Ronnie Sahlberg1-328/+201
manually svn path=/trunk/; revision=11985
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg1-0/+42
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
2004-09-06Update to X509 Certificate Extensions. Make it also decode Ronnie Sahlberg1-0/+10
GeneralName.directoryName (since we already implemented the Name type from X509IF already long time ago) svn path=/trunk/; revision=11909
2004-07-28x509ce use implicit tags.Ronnie Sahlberg1-138/+141
the compiler does not yet support this. change the definition file to make the implicit keyword explicit svn path=/trunk/; revision=11550
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg1-45/+1340
still bugs) svn path=/trunk/; revision=11524
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg1-5/+344
svn path=/trunk/; revision=11520
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+256
to the ethereal build. The dissections are semi-useful but incomplete. The big problem still remaining is the x509if Name object not being dissected properly thus causing the dissection to get out of sync/fail halfway through the certificate structure. work in progress but already semi-useful. svn path=/trunk/; revision=11440