aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-06-03- Add tap-sv.c and packet-sv.c to the list of files to buildJörg Mayer1-29/+30
- Whitespace fixes - Add Fedora 64 bit to the list of platforms where cmake should work svn path=/trunk/; revision=33073
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-7/+0
svn path=/trunk/; revision=33012
2010-05-24At least according to the CMake 2.6 documentation,Guy Harris1-4/+0
CHECK_VARIABLE_EXISTS() can be used to check for C variables; use that to check for pcap_version. svn path=/trunk/; revision=32938
2010-05-24- Add a comment about the magic in the FindXXX.cmake filenames.Jörg Mayer1-0/+11
- Fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4786 Define HAVE_PCAP_VERSION if HAVE_PCAP_LIB_VERSION is set. svn path=/trunk/; revision=32936
2010-05-19Commit 32350 replaced the self written FindZ.cmake by cmakesJörg Mayer1-7/+11
FindZLIB.cmake. What it didn't do was do adapt the magic names that are derived from the name of the FindXXX.cmake script. Fix that. Also add $Id$ to the FindZLIB.cmake script. svn path=/trunk/; revision=32899
2010-05-15text2pcap_scanner.l does not compile without warningsJörg Mayer1-4/+6
on my system - add it to the non-clean file list. svn path=/trunk/; revision=32825
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer1-36/+3
use a locally modified version of the stuff - Some (still preliminary) CPack changes - Add -fexcess-precision=fast (configure.in and CmakeLists.txt) to the compileflags (new gcc-4.5 feature to maintain backward compatibility with gcc-4.4 and IMO we don't need the slower but more exact implementation gcc 4.5 offers. svn path=/trunk/; revision=32823
2010-04-01Sync ZLIB from CMake trunkKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=32350
2010-03-18cmake changes:Jörg Mayer1-6/+30
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2010-03-07- Derive Wireshark version from configure.in for now.Jörg Mayer1-1/+39
Allow to overide that version in CMakefile.txt - Minor update to README.cmake - Turn off GTK_DEBUG svn path=/trunk/; revision=32139
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+1
New feature: extract specified diameter AVPs from large capture files. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4560 svn path=/trunk/; revision=32132
2010-03-04Copy over the introduction of Makefile.common changeJörg Mayer1-3/+15
Replace FindGTK2 by version included in cmake 2.8.x svn path=/trunk/; revision=32119
2010-02-25Almost working out-of-tree builds for the documentation,Jörg Mayer1-4/+7
with a few hacks right now: - The tip.png, warning.png and note.png images are missing from the pdfs and I have no idea how to tell fop how to find them. - Disabling/enabling building the guides via option currently doesn't work (probably too many macros :-), so comment out the subdir instead. - Right now, in order to build the devleopers guide we need to do the following in the source docbook directory: touch wsdg_graphics/toolbar/dummy.dummy Apart from these: The build works with a pristine docbook dir (svn status --no-ignore). svn path=/trunk/; revision=32004
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke1-12/+18
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. svn path=/trunk/; revision=31525
2010-01-13Add a target to always run make-version.pl to check if svn version has changed.Stig Bjørlykke1-3/+10
svn path=/trunk/; revision=31516
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer1-18/+4
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379
2009-12-08Added GCRYPT_LIBRARIES to capinfos.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=31205
2009-11-24CMake: Bump the version to 1.3.3Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=31065
2009-11-17Need to add svnversion.h to the build list to makeJörg Mayer1-0/+1
sure it is generated whatever the build order is. svn path=/trunk/; revision=30988
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-4/+8
* Add -static * Registration may need different handling * Add plugins * Build error in wslua svn path=/trunk/; revision=30987
2009-11-12- Add the new dissector filesJörg Mayer1-11/+20
- Small preparations for adding back platform specific files - Small preparations for building the guides svn path=/trunk/; revision=30944
2009-11-11- Generate manpages and html version of manpagesJörg Mayer1-17/+99
- Detect pod2man/pod2html to do that - Install manpages and html version thereof svn path=/trunk/; revision=30934
2009-11-08Make it possible to disable WERROR.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=30864
2009-11-07Add a few more optional compiler warnings and some (commented out)Jörg Mayer1-0/+6
ideas for linker flags. svn path=/trunk/; revision=30853
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-4/+27
svn path=/trunk/; revision=30852
2009-10-29New version is 1.3.2Jörg Mayer1-1/+1
svn path=/trunk/; revision=30753
2009-10-25Remove an obsolete commentJörg Mayer1-1/+0
svn path=/trunk/; revision=30689
2009-10-10Group subdirectories Kovarththanan Rajaratnam1-10/+9
svn path=/trunk/; revision=30462
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam1-11/+1
svn path=/trunk/; revision=30461
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam1-0/+2
svn path=/trunk/; revision=30460
2009-10-09Fix copy/paste errorKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30438
2009-10-09Start using register_tap_files() macroKovarththanan Rajaratnam1-10/+2
svn path=/trunk/; revision=30437
2009-10-09Introduce UseMakeTapReg.cmakeKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=30436
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=30433
2009-10-09Also capitalize wireshark_BINARY_DIR since this variable is automatically ↵Kovarththanan Rajaratnam1-1/+1
defined by cmake according to the project name svn path=/trunk/; revision=30428
2009-10-09Capitalize project nameKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30427
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We ↵Kovarththanan Rajaratnam1-1/+0
should add Windows support in a more clean fashion. svn path=/trunk/; revision=30408
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30284
2009-10-04Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30281
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-2/+10
svn path=/trunk/; revision=30151
2009-09-25wslua now builds, links and installs.Jörg Mayer1-1/+1
Enable it by default. svn path=/trunk/; revision=30142
2009-09-25Removed some duplicate libraries.Stig Bjørlykke1-15/+0
svn path=/trunk/; revision=30141
2009-09-25- Previous patch moved the intall targes dirs too far down.Jörg Mayer1-33/+53
- Install some auxiliary files (AUTHORS-SHORT, manuf, ...) svn path=/trunk/; revision=30135
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer1-26/+32
Make compile flag detection work (needed some not so nice hacks). svn path=/trunk/; revision=30129
2009-09-23Added Apple Cocoa library to processes dumping OSX version.Stig Bjørlykke1-1/+8
Added Apple CoreServices to wireshark. svn path=/trunk/; revision=30106
2009-09-23Build more plugins with cmake.Jörg Mayer1-6/+8
svn path=/trunk/; revision=30084
2009-09-21CMake:Jörg Mayer1-2/+53
- Add opcua to the list of plugins to build - Link the gtk stuff statically into wireshark - Beginnings of "make install" - Change a few things about install paths svn path=/trunk/; revision=30029
2009-09-16Build a few more pluginsJörg Mayer1-7/+7
svn path=/trunk/; revision=29942
2009-09-16Move some of the -I stuff from top level to epan.Jörg Mayer1-9/+1
svn path=/trunk/; revision=29941