aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-23/+31
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-10/+12
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-9/+13
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-2/+2
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-38/+38
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-30/+30
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-1/+1
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-3/+3
2004-12-12updates from tomas and andersRonnie Sahlberg1-13/+13
2004-11-30Make ethereal dissect application/pkix-crl CertificateRevocationLists over ...Ronnie Sahlberg1-1/+33
2004-11-21cleanup for x509afRonnie Sahlberg1-15/+15
2004-11-21cleanup for x509ceRonnie Sahlberg1-9/+9
2004-11-20get rid of some compiler warningsRonnie Sahlberg1-40/+40
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-2/+2
2004-11-06Make X509AF use the new support for ANY type and remove the workaroundRonnie Sahlberg1-1/+2
2004-10-30change Extension to be implemented inside the conformance file and remove it ...Ronnie Sahlberg1-45/+73
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from t...Ronnie Sahlberg1-40/+65
2004-10-13get rid of some compiler warnings for X509AFRonnie Sahlberg1-11/+11
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-39/+39
2004-09-16add new dissectors to build processRonnie Sahlberg1-1/+1
2004-09-13update x509af to use machinegenerated _PDU() dissectorsRonnie Sahlberg1-107/+39
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg1-6/+35
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg1-3/+3
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg1-1/+61
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg1-0/+24
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg1-48/+54
2004-07-23remove some more compiler warningsRonnie Sahlberg1-36/+36
2004-07-22dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg1-9/+9
2004-07-22minor updateRonnie Sahlberg1-0/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg1-2/+1
2004-07-20Include "packet-x509sat.h" to declare a function we use.Guy Harris1-0/+1
2004-07-20Small update to AlgorithmIdentifier.Ronnie Sahlberg1-3/+14
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+1231