aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-361/+392
2007-05-06Start introducing actx to ber functions.etxrab1-87/+87
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-03-23Support for recognising RC4 algorithm.gal1-11/+12
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-184/+184
2007-01-28Support for SMIMECapabilities and KeyPreference attributes.gal1-12/+341
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal1-42/+32
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald1-6/+6
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-10/+10
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-86/+86
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().guy1-7/+8
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-7/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-13/+13
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-10"Field Information" context menu item that will bring up a web page reference...gal1-1/+1
2005-12-06Squelch some compiler const vs. non-const warnings.guy1-2/+2
2005-12-05From Grame Lunt:etxrab1-19/+39
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.guy1-6/+4
2005-11-16From Graeme Lunt:etxrab1-12/+118
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-12/+7
2005-10-03From Graeme Luntetxrab1-4/+156
2005-10-02From Graeme Luntetxrab1-5/+12
2005-09-02Regenerate dissectors with the current asn2eth.guy1-38/+77
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-30/+41
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsguy1-16/+26
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-18/+22
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-1/+1
2005-04-20Add a tree parameter to get_ber_length() so thatsahlberg1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...sahlberg1-15/+15
2004-12-24export EnvelopedDatasahlberg1-2/+2
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-41/+44
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...sahlberg1-1/+1
2004-12-12updates from tomas and anderssahlberg1-15/+15
2004-11-22New protocol: RFC2634 ExtendedSecurityServicessahlberg1-12/+13
2004-11-21cleanup for x509afsahlberg1-1/+1
2004-11-20get rid of some compiler warningssahlberg1-65/+65
2004-11-14various changes in the generated dissectors after asn2eth was patched.sahlberg1-1/+1
2004-11-06make CMS use the new ANY type and get rid of the workaroundsahlberg1-1/+3
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...sahlberg1-138/+158
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.gerald1-22/+57
2004-10-26new cms dissector based on updated and cleaned up conformance and template file.sahlberg1-36/+55
2004-10-13get rid of some compiler warnings for cmssahlberg1-15/+15
2004-10-12Re-generate with latest asn2eth.guy1-64/+70
2004-09-16add new dissectors to build processsahlberg1-28/+46
2004-07-25cms update forgot that Name had been commented out in one of the structure.sahlberg1-0/+10
2004-07-25 large CMS update.sahlberg1-15/+749
2004-07-23remove some more compiler warningssahlberg1-33/+33
2004-07-23register ber oid functions through a special function in packet-ber.c which a...sahlberg1-5/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...sahlberg1-5/+8
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATsahlberg1-0/+845