aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/SelectedAttributeTypes.asn
AgeCommit message (Collapse)AuthorFilesLines
2010-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt1-7/+8
svn path=/trunk/; revision=33299
2008-09-02Try to fix unused code warnings.Anders Broman1-1106/+1107
svn path=/trunk/; revision=26110
2008-04-13Support for RFC 4530 - LDAP entryUUID attribute.Graeme Lunt1-1/+1
svn path=/trunk/; revision=24984
2006-05-23Ethereal -> WiresharkTomas Kukosa1-1/+1
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
2005-12-14From Grame Lunt:Anders Broman1-8/+40
Attached is a patch that updates - * DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. Note the patc for dop did not apply don't regenerate dissectors yet. svn path=/trunk/; revision=16799
2005-11-16From Graeme Lunt:Anders Broman1-5/+5
Here are a number of small patches for asn1 based dissectors: acse: release request/response column information (many X.400/X.500 unbinds are empty) "standardised" PNAME to "ISO 8650-1 OSI Association Control Service" fix for crash when using EXTERNAL dissector rtse: column information when attempting a resume x509if: generation of LDAP-style DNs from RDNSequences new function x509if_get_last_dn() to get the last DN generated. x509af: DSS parameters certificate extension naming subject naming of certificate x509sat: Guide syntax (as SET now supported) PDU exports. cms: verification of message digest attribute (SHA-1 and MD5) ess: enumerated/restrictive/permissive/informative security categories x411: generation of string encoding of X.400 addresses, trace information and message identifiers. s4406: separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash) priority-level-qualifier svn path=/trunk/; revision=16508
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg1-179/+159
added a small makefile to reduce boring typing on the commandline svn path=/trunk/; revision=12556
2004-11-20updates to sat to make the template smaller.Ronnie Sahlberg1-1/+1
svn path=/trunk/; revision=12546
2004-11-20ean up SAT a bit remove the unneccesary implementation of ↵Ronnie Sahlberg1-9/+12
DirectoryStr4ing in the template and make the export of it correct. svn path=/trunk/; revision=12545
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-2/+1
DirectoryString choice in SelectedAttributeTypes. svn path=/trunk/; revision=11751
2004-07-23telex and telephone number attributesRonnie Sahlberg1-22/+22
svn path=/trunk/; revision=11484
2004-07-23add all the other (quite a lot of them) attributes that were of the type ↵Ronnie Sahlberg1-81/+80
DirectoryString (see how good it is to put markers for emacs macros in the files, it was pretty quick, wasnt it? i even tested the resulting code.) svn path=/trunk/; revision=11481
2004-07-23add dissection of DirectoryString, this unfortunately had to be done ↵Ronnie Sahlberg1-9/+11
manually inside the template. Also implement the attribute organizationName which is of this type. (Add magic comments so emacs-macros will be happy.) svn path=/trunk/; revision=11479
2004-07-22add the countryname attributeRonnie Sahlberg1-5/+7
svn path=/trunk/; revision=11470
2004-07-19Work in progressRonnie Sahlberg1-0/+1472
New protocol X.509 Selected Attribute Types This new protocol is not linked with ethereal yet svn path=/trunk/; revision=11431