Second step in introducing asn context to BER dissectors just like in PER.
[obnox/wireshark/wip.git] / epan / dissectors / packet-cms.c
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-05-03 kukosaEXTERNAL type is handled in asn2wrs now
2007-03-23 galSupport for recognising RC4 algorithm.
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2007-01-28 galSupport for SMIMECapabilities and KeyPreference attributes.
2007-01-13 galNew protocol dissector for PKCS#12 - Personal Informati...
2007-01-12 geraldMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-07-01 guyInclude <epan/oid_resolv.h> to declare get_oid_str_name().
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-05-24 kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-10 gal"Field Information" context menu item that will bring...
2005-12-06 guySquelch some compiler const vs. non-const warnings.
2005-12-05 etxrabFrom Grame Lunt:
2005-11-17 guyThe SHA-1 routines now take const pointers; don't cast...
2005-11-16 etxrabFrom Graeme Lunt:
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-10-03 etxrabFrom Graeme Lunt
2005-10-02 etxrabFrom Graeme Lunt
2005-09-02 guyRegenerate dissectors with the current asn2eth.
2005-07-21 sahlbergchange the symbol dissect_ber_CHOICE back into dissect_...
2005-07-09 guyFix up a bunch of arguments to "dissect_ber_identifier...
2005-06-26 sahlbergmake dissect_ber_choice take a guint* that will return the
2005-04-22 geraldDefine a maximum OID string length, and use it in a...
2005-04-20 sahlbergAdd a tree parameter to get_ber_length() so that
2005-02-23 sahlbergupdate asn2eth and all generated dissectors to new...
2004-12-24 sahlbergexport EnvelopedData
2004-12-13 sahlbergupdate of the asn2eth compiler to use the types...
2004-12-12 sahlbergupdate the helper for BER GeneralizedTime to handle...
2004-12-12 sahlbergupdates from tomas and anders
2004-11-22 sahlbergNew protocol: RFC2634 ExtendedSecurityServices
2004-11-21 sahlbergcleanup for x509af
2004-11-20 sahlbergget rid of some compiler warnings
2004-11-14 sahlbergvarious changes in the generated dissectors after asn2e...
2004-11-06 sahlbergmake CMS use the new ANY type and get rid of the workaround
2004-10-29 sahlbergupdate to cms to use workaround to lack of ANY and...
2004-10-28 geraldAdd support for pkauthdata and pkdhkeydata OIDs.
2004-10-26 sahlbergnew cms dissector based on updated and cleaned up confo...
2004-10-13 sahlbergget rid of some compiler warnings for cms
2004-10-12 guyRe-generate with latest asn2eth.
2004-09-16 sahlbergadd new dissectors to build process
2004-07-25 sahlbergcms update forgot that Name had been commented out...
2004-07-25 sahlberg large CMS update.
2004-07-23 sahlbergremove some more compiler warnings
2004-07-23 sahlbergregister ber oid functions through a special function...
2004-07-21 sahlbergget rid of the nasty ber specific oid->callback table...
2004-07-20 sahlbergAdd the new protocols CMS, X509AF, X509IF, X509CE...