aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
AgeCommit message (Expand)AuthorFilesLines
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris2-1/+2
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+1
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-4/+0
2006-05-23Ethereal -> WiresharkTomas Kukosa3-2/+11
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt1-1/+1
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris1-1/+1
2005-12-05From Grame Lunt:Anders Broman2-1/+3
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.Guy Harris1-5/+3
2005-11-16From Graeme Lunt:Anders Broman3-6/+116
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-12/+9
2005-10-03From Graeme LuntAnders Broman2-10/+24
2005-10-02From Graeme LuntAnders Broman1-0/+1
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-4/+4
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+3
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-1/+1
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-6/+25
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
2004-12-24export EnvelopedDataRonnie Sahlberg2-0/+3
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg4-1/+7
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg6-22/+46
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
2004-11-21update to x509if autogenerate the exports conformance file and create a sm...Ronnie Sahlberg1-1/+1
2004-11-06make CMS use the new ANY type and get rid of the workaroundRonnie Sahlberg3-11/+2
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...Ronnie Sahlberg5-135/+49
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs4-8/+59
2004-10-27Turn off execute permission on .asn files.Guy Harris1-0/+0
2004-10-26 use the nice #.REGISTER directive instead of handcoding it in teh templateRonnie Sahlberg2-36/+8
2004-10-13get rid of some compiler warnings for cmsRonnie Sahlberg1-0/+2
2004-10-08Make the ber_sequence tables "const".Guy Harris1-2/+2
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-29/+29
2004-09-16Update to CMD to prepare for PKINIT supportRonnie Sahlberg5-3/+71
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg3-1/+4
2004-07-25 large CMS update.Ronnie Sahlberg3-102/+173
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/+8
2004-07-19work in progressRonnie Sahlberg4-0/+479