aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-10/+21
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-130/+130
2007-05-15actx in the rest of dissect_ber..()letxrab1-21/+21
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-382/+438
2007-05-06Start introducing actx to ber functions.etxrab1-107/+107
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-6/+6
2007-03-23Support for the Microsoft-specific certificate-template and application-certi...gal1-4/+56
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-195/+195
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.gal1-1/+6
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-125/+125
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-08FT_STRING => FT_OID where applicablegal1-1/+1
2006-03-25Support for otherName and x400address in a GeneralNamegal1-12/+87
2005-12-08Regenerate, so that it handles OIDs as FT_OID.guy1-23/+28
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-18/+12
2005-09-02Regenerate dissectors with the current asn2eth.guy1-43/+79
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-65/+82
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-45/+55
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...sahlberg1-33/+33
2004-12-13get rid of some asn2eth warnings for x509cesahlberg1-35/+35
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-40/+40
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...sahlberg1-1/+1
2004-12-12minor updates, get rid of temporary files during dissectionsahlberg1-2/+2
2004-12-12updates from tomas and anderssahlberg1-33/+33
2004-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringsahlberg1-8/+13
2004-11-21cleanup for x509afsahlberg1-1/+1
2004-11-21cleanup for x509cesahlberg1-129/+567
2004-11-14export GeneralName from X509CEsahlberg1-2/+2
2004-11-14various changes in the generated dissectors after asn2eth was patched.sahlberg1-7/+7
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentguy1-45/+45
2004-09-13let asn2eth autogenerate the PDU callback wrappers instead of defining them m...sahlberg1-328/+201
2004-09-06Update x509SAT to export DirectoryString.sahlberg1-0/+42
2004-09-06Update to X509 Certificate Extensions. Make it also decode sahlberg1-0/+10
2004-07-28x509ce use implicit tags.sahlberg1-138/+141
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...sahlberg1-45/+1340
2004-07-25some more extensions and their dissectors defined.sahlberg1-5/+344
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATsahlberg1-0/+256