aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1explicit
AgeCommit message (Collapse)AuthorFilesLines
2008-03-17Fix a typo.Gerald Combs1-4/+4
svn path=/trunk/; revision=24677
2008-02-27Dissect IPAddressFamilyAnders Broman2-0/+30
svn path=/trunk/; revision=24487
2008-02-26Add some extensions to pkix1explicit - forgotten files.Anders Broman2-1/+74
svn path=/trunk/; revision=24473
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman2-2/+6
svn path=/trunk/; revision=24464
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1/+1
svn path=/trunk/; revision=23362
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
2007-10-10- Change Makefiles to include preincJörg Mayer2-39/+24
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-09Don't keep -exp.cnf files in the tree.Jörg Mayer1-41/+0
svn path=/trunk/; revision=23120
2007-10-09Last set of changes to convert Makefiles for todayJörg Mayer4-17/+75
svn path=/trunk/; revision=23119
2007-10-07From Martin Peylo:Anders Broman6-7/+38
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888 There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The right to exist of CRMF is bound to CMP so I don't split that into two bug reports. I'll upload the new (slightly handmassaged) ASN.1 files for both protocols, along with patches for the respective cnf files, where I also added new #.REGISTER statements. Additionally I had to export some definitions from pkix1explicit (Attribute, Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier). I'll also upload a patch for that. I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki. svn path=/trunk/; revision=23082
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+1
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman3-24/+25
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-1/+1
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-05-23Ethereal -> WiresharkTomas Kukosa3-2/+11
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17999
2006-04-06Add two missing *-exp.cnf filesAnders Broman1-0/+24
tcap.asn - whitespace changes svn path=/trunk/; revision=17828
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-3/+3
svn path=/trunk/; revision=17387
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-7/+5
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
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-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+2
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+23
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-24export Certificate and CertificateList from pkix1explicitRonnie Sahlberg3-0/+18
svn path=/trunk/; revision=12826
2004-12-12updates from tomas and andersRonnie Sahlberg1-0/+5
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-29export some more sympols from PKIX1EXPLICITRonnie Sahlberg5-28/+71
svn path=/trunk/; revision=12617
2004-11-21add a new oid Ronnie Sahlberg1-0/+1
svn path=/trunk/; revision=12560
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg3-1/+7
svn path=/trunk/; revision=12552
2004-11-01Add support for the dhpublicnumber OID.Gerald Combs3-14/+18
svn path=/trunk/; revision=12465
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-45/+45
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-17get rid of some more compiler warningsRonnie Sahlberg4-2/+9
svn path=/trunk/; revision=12034
2004-09-16new protocol PKIX1EXPLICITRonnie Sahlberg5-0/+1040
svn path=/trunk/; revision=12013