aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01Try to fix defined but not used warnings and use the nice new table function ↵Anders Broman5-55/+38
to get the list of Opcodes. svn path=/trunk/; revision=22227
2007-06-26Try to fix some GCC warningsAnders Broman2-5/+2
svn path=/trunk/; revision=22194
2007-06-11Add some more asn1 modules.Anders Broman1-0/+975
svn path=/trunk/; revision=22077
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2/+6
svn path=/trunk/; revision=21753
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-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-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
svn path=/trunk/; revision=17772
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
svn path=/trunk/; revision=17386
2005-10-03Add dissection of some more OID's and use the #.REGISTER function.Anders Broman2-223/+86
svn path=/trunk/; revision=16081
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-08-31Add a Makefile.Guy Harris1-0/+16
svn path=/trunk/; revision=15642
2005-08-28Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).Anders Broman5-0/+1153
svn path=/trunk/; revision=15592