aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-7/+3
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not neededBill Meier1-1/+0
svn path=/trunk/; revision=32406
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-07-28Get rid of some unused code warnings.Anders Broman1-8/+3
svn path=/trunk/; revision=25848
2008-07-01Get rid of some unused code warnings.Anders Broman1-0/+12
svn path=/trunk/; revision=25644
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-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
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-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
svn path=/trunk/; revision=23143
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer4-56/+96
Renamed the gsmmap template files to not contain an _ svn path=/trunk/; revision=23083
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