aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
AgeCommit message (Collapse)AuthorFilesLines
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
svn path=/trunk/; revision=17387
2005-12-14Add makefilesAnders Broman1-0/+1
svn path=/trunk/; revision=16800
2005-12-14From Grame Lunt:Anders Broman4-47/+144
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 Broman3-7/+28
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
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-5/+5
svn path=/trunk/; revision=15664
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=14980
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-6/+6
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+24
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+0
svn path=/trunk/; revision=12743
2004-12-13remove some asn2eth warningsRonnie Sahlberg1-0/+8
svn path=/trunk/; revision=12742
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg1-6/+6
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg2-0/+2
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg6-188/+260
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 Sahlberg3-409/+41
svn path=/trunk/; revision=12546
2004-11-20ean up SAT a bit remove the unneccesary implementation of ↵Ronnie Sahlberg5-76/+15
DirectoryStr4ing in the template and make the export of it correct. svn path=/trunk/; revision=12545
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-27/+27
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg3-2/+4
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris2-11/+16
DirectoryString choice in SelectedAttributeTypes. svn path=/trunk/; revision=11751
2004-07-23telex and telephone number attributesRonnie Sahlberg2-22/+71
svn path=/trunk/; revision=11484
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
in the DirectoryString dissector svn path=/trunk/; revision=11483
2004-07-23add all the other (quite a lot of them) attributes that were of the type ↵Ronnie Sahlberg2-81/+419
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 Sahlberg2-9/+83
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-23register ber oid functions through a special function in packet-ber.c which ↵Ronnie Sahlberg1-4/+1
also takes (still unused) the name of the oid so that sometime later it will be easy to add code to add the name of the oid to the dissection. svn path=/trunk/; revision=11478
2004-07-22add the countryname attributeRonnie Sahlberg2-5/+22
svn path=/trunk/; revision=11470
2004-07-22minor updateRonnie Sahlberg1-0/+4
UniqueIdentifier is imported from x509sat and not x509if svn path=/trunk/; revision=11466
2004-07-19Work in progressRonnie Sahlberg4-0/+1604
New protocol X.509 Selected Attribute Types This new protocol is not linked with ethereal yet svn path=/trunk/; revision=11431