aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12725
2004-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=12603
2004-11-21cleanup for x509ceRonnie Sahlberg1-1/+56
svn path=/trunk/; revision=12557
2004-11-14export GeneralName from X509CERonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12525
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-1/+1
version of asn2eth. svn path=/trunk/; revision=12267
2004-09-13let asn2eth autogenerate the PDU callback wrappers instead of defining them ↵Ronnie Sahlberg1-7/+1
manually svn path=/trunk/; revision=11985
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+50
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