aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
2010-08-24Rewrote to fetch content_tvb from dissect_ber_octet_string().Stig Bjørlykke1-27/+16
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-12/+12
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-124/+124
2010-04-14Register SignedData as a BER syntax dissector.Stig Bjørlykke1-0/+1
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2010-01-12Update to RFC5652.Stig Bjørlykke1-38/+120
2010-01-12Update to RFC3369.Stig Bjørlykke1-55/+334
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-14/+14
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-14/+14
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-4/+2
2008-07-22Get rid of some unused code warnings.Anders Broman1-23/+13
2008-07-22Get rid of some unused code warnings.Anders Broman1-34/+16
2008-01-03Get rid of ber_created_item().Anders Broman1-3/+3
2007-11-01Change:Anders Broman1-3/+3
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-4/+4
2007-09-13Regenerate with -X and -T option.Anders Broman1-562/+298
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