aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
2007-08-17Support for the decryption of EncryptedData which is used by PKCS12Graeme Lunt1-20/+31
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-147/+147
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-361/+392
2007-05-06Start introducing actx to ber functions.Anders Broman1-87/+87
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-03-23Support for recognising RC4 algorithm.Graeme Lunt1-11/+12
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-184/+184
2007-01-28Support for SMIMECapabilities and KeyPreference attributes.Graeme Lunt1-12/+341
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt1-42/+32
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-6/+6
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-10/+10
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-86/+86
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris1-7/+8
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-7/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-13/+13
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt1-1/+1
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris1-2/+2
2005-12-05From Grame Lunt:Anders Broman1-19/+39
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.Guy Harris1-6/+4
2005-11-16From Graeme Lunt:Anders Broman1-12/+118
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-12/+7
2005-10-03From Graeme LuntAnders Broman1-4/+156
2005-10-02From Graeme LuntAnders Broman1-5/+12
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-38/+77
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-30/+41
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-16/+26
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-18/+22
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-15/+15
2004-12-24export EnvelopedDataRonnie Sahlberg1-2/+2
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-41/+44
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-1/+1
2004-12-12updates from tomas and andersRonnie Sahlberg1-15/+15
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg1-12/+13
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
2004-11-20get rid of some compiler warningsRonnie Sahlberg1-65/+65
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-1/+1
2004-11-06make CMS use the new ANY type and get rid of the workaroundRonnie Sahlberg1-1/+3
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...Ronnie Sahlberg1-138/+158
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs1-22/+57
2004-10-26new cms dissector based on updated and cleaned up conformance and template file.Ronnie Sahlberg1-36/+55
2004-10-13get rid of some compiler warnings for cmsRonnie Sahlberg1-15/+15
2004-10-12Re-generate with latest asn2eth.Guy Harris1-64/+70
2004-09-16add new dissectors to build processRonnie Sahlberg1-28/+46
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg1-0/+10