aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-28/+28
2011-02-20Add changes in r35546 to template and conformation file.stig1-1/+1
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-10/+10
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-3/+3
2010-08-24Rewrote to fetch content_tvb from dissect_ber_octet_string().stig1-27/+16
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-12/+12
2010-05-11Regenerate a few of the ASN.1 dissectorsmorriss1-124/+124
2010-04-14Register SignedData as a BER syntax dissector.stig1-0/+1
2010-04-06#include <stdio.h> not needed.wmeier1-7/+6
2010-01-12Update to RFC5652.stig1-38/+120
2010-01-12Update to RFC3369.stig1-55/+334
2009-10-11Make all proto_* values static.stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-14/+14
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedkukosa1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-14/+14
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-4/+2
2008-07-22Get rid of some unused code warnings.etxrab1-23/+13
2008-07-22Get rid of some unused code warnings.etxrab1-34/+16
2008-01-03Get rid of ber_created_item().etxrab1-3/+3
2007-11-01Change:etxrab1-3/+3
2007-10-31Use oid_add_from_string for adding names.etxrab1-4/+4
2007-09-13Regenerate with -X and -T option.etxrab1-562/+298
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
2007-08-17Support for the decryption of EncryptedData which is used by PKCS12gal1-20/+31
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-147/+147
2007-05-15actx in the rest of dissect_ber..()letxrab1-21/+21
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