aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkinit
AgeCommit message (Collapse)AuthorFilesLines
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-12/+13
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman2-6/+6
svn path=/trunk/; revision=21705
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 Kukosa1-2/+2
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-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/+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-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-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg3-1/+3
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-01Register OID dissectors correctly.Gerald Combs2-2/+3
svn path=/trunk/; revision=12463
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs3-27/+46
svn path=/trunk/; revision=12426
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-32/+32
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-17add pkinit repliesRonnie Sahlberg3-8/+15
svn path=/trunk/; revision=12036
2004-09-17get rid of some compiler warnings for pkinitRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12024
2004-09-16add PKINIT protocolRonnie Sahlberg5-0/+301
svn path=/trunk/; revision=12011