aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
AgeCommit message (Collapse)AuthorFilesLines
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-1/+1
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-2/+2
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12725
2004-11-30Make ethereal dissect application/pkix-crl CertificateRevocationLists over ↵Ronnie Sahlberg1-1/+2
HTTP. svn path=/trunk/; revision=12624
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+15
svn path=/trunk/; revision=12558
2004-10-30change Extension to be implemented inside the conformance file and remove it ↵Ronnie Sahlberg1-1/+1
from the template svn path=/trunk/; revision=12438
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from ↵Ronnie Sahlberg1-2/+1
the template svn path=/trunk/; revision=12437
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-16add new dissectors to build processRonnie Sahlberg1-0/+1
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) svn path=/trunk/; revision=12014
2004-09-13update x509af to use machinegenerated _PDU() dissectorsRonnie Sahlberg1-7/+1
svn path=/trunk/; revision=11989
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg1-2/+2
(only those that take no parameters for the time being) create a dummy ber oid callback for callbacks that are NULL svn path=/trunk/; revision=11565
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg1-0/+3
x509af is now virtually complete (the attribute userPassword still needs an attribute dissector but after that, x509af is complete) svn path=/trunk/; revision=11510
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=11509
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+55
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