aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1implicit
AgeCommit message (Collapse)AuthorFilesLines
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-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-1/+0
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-23Ethereal -> WiresharkTomas Kukosa2-1/+10
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/+10
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-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-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-24export ResonFlags from pkix1implicitRonnie Sahlberg3-0/+9
svn path=/trunk/; revision=12827
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-12-05updates to pkix1implicit (we have to think about how to rewrite both ↵Ronnie Sahlberg5-11/+29
pkix1eplicit and pkix1implicit to avoid the crap with duplicate definitions from x509) New protocol : RFC3161 PKIX TimeStamp Protocol svn path=/trunk/; revision=12669
2004-11-29Export AuthorityInfoAccessSyntax from pkix1implicitRonnie Sahlberg2-0/+4
svn path=/trunk/; revision=12616
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg3-23/+28
svn path=/trunk/; revision=12552
2004-11-20add the oids for id-kp-xxx key purpose identifier to the pkix dissectorRonnie Sahlberg3-0/+13
svn path=/trunk/; revision=12549
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-31/+31
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-17squelch a compiler warning for UserNoticeRonnie Sahlberg3-1/+5
svn path=/trunk/; revision=12032
2004-09-16add new protocol PKIX1IMPLICITRonnie Sahlberg5-0/+544
svn path=/trunk/; revision=12012