aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-602/+278
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-10/+21
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-130/+130
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-21/+21
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-382/+438
2007-05-06Start introducing actx to ber functions.Anders Broman1-107/+107
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-6/+6
2007-03-23Support for the Microsoft-specific certificate-template and application-certi...Graeme Lunt1-4/+56
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-195/+195
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt1-1/+6
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-125/+125
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt1-1/+1
2006-03-25Support for otherName and x400address in a GeneralNameGraeme Lunt1-12/+87
2005-12-08Regenerate, so that it handles OIDs as FT_OID.Guy Harris1-23/+28
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-18/+12
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-43/+79
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-65/+82
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-45/+55
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-33/+33
2004-12-13get rid of some asn2eth warnings for x509ceRonnie Sahlberg1-35/+35
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-40/+40
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-2/+2
2004-12-12updates from tomas and andersRonnie Sahlberg1-33/+33
2004-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg1-8/+13
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
2004-11-21cleanup for x509ceRonnie Sahlberg1-129/+567
2004-11-14export GeneralName from X509CERonnie Sahlberg1-2/+2
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-7/+7
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-45/+45
2004-09-13let asn2eth autogenerate the PDU callback wrappers instead of defining them m...Ronnie Sahlberg1-328/+201
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg1-0/+42
2004-09-06Update to X509 Certificate Extensions. Make it also decode Ronnie Sahlberg1-0/+10
2004-07-28x509ce use implicit tags.Ronnie Sahlberg1-138/+141
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...Ronnie Sahlberg1-45/+1340
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg1-5/+344
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+256