aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-25 large CMS update.Ronnie Sahlberg1-15/+749
2004-07-23remove some more compiler warningsRonnie Sahlberg1-33/+33
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg1-5/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg1-5/+8
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+845