aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09- Add something to columns when using mime-encapJakub Zawadzki1-1/+1
- Replace decoders in wiretap/CMakeLists.txt svn path=/trunk/; revision=37637
2010-10-20From Hadriel Kaplan: IPFIX file format support.Bill Meier1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5242 svn path=/trunk/; revision=34576
2010-09-25- FindGLIB2.cmake updates fromJörg Mayer1-0/+1
http://www.opensync.org/browser/branches/3rd-party-cmake-modules/modules + split out FindGMODULE2.cmake + contains /sw/... by default + supposedly tested on OSX - Disable pcre for cmake builds by default, gregex should be picked up automatically if glib2 is not too old. Should you have trouble linking due to some libgmodule... stuff undefined, please add "${GMODULE2_LIBRARIES}" after "${GLIB2_LIBRARIES}" an report back. svn path=/trunk/; revision=34248
2010-09-23H.sivank:Jörg Mayer1-1/+1
Cmake fixes. svn path=/trunk/; revision=34225
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
I try to configure Wireshark with cmake on macosx 10.6. It fails with : set_target_properties called with incorrect number of arguments. Attached a patch to fix this issue. svn path=/trunk/; revision=34201
2010-03-18cmake changes:Jörg Mayer1-0/+1
- 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
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-6/+8
* Add -static * Registration may need different handling * Add plugins * Build error in wslua svn path=/trunk/; revision=30987
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12
svn path=/trunk/; revision=30852
2009-10-17From Marton Nemeth:Stig Bjørlykke1-0/+1
Add the ability to open JPEG/JFIF files directly. From me: Some code cleanup + add new file to cmake. svn path=/trunk/; revision=30588
2009-10-01(minor) Indent fix.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=30228
2009-09-23Build wiretap with cmake on OSX.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=30096
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer1-0/+6
svn path=/trunk/; revision=30093
2009-09-08- now wireshark compiles with cmake as wellJörg Mayer1-2/+0
svn path=/trunk/; revision=29799
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-3/+5
It's only beginnings, so epan is commented out in the subdirs statement. This is more a synch to avoid duplicate work and creating conflicting patches to the cmake stuff. svn path=/trunk/; revision=29666
2009-08-30On Windows a shared library in divided into a DLL part (RUNTIME) and an ↵Kovarththanan Rajaratnam1-2/+5
import lib (ARCHIVE). svn path=/trunk/; revision=29622
2009-06-15Rename all of the ascend files:Jörg Mayer1-7/+11
That way we hopefully won't need the runlex.sh hack any more. Also the ylwrap stuff is (hopefully) obsolete. ascend.[hc] -> ascendtext.[hc] ascend-scanner.l -> ascend_scanner.l ascend-grammar.y -> ascend.y svn path=/trunk/; revision=28744
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-37/+57
few mistakes that I made earlier. Current status: dumpcap still doesn't build Next step: Add a ylwrap like workaround for flex misbehaviour. svn path=/trunk/; revision=28518
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-0/+1
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-05propset, add $Id: $ and copyright headersJörg Mayer1-0/+23
svn path=/trunk/; revision=19150
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer1-0/+40
to use cmake as a build system. It's in no way complete, I'd just like others to be able to participate in playing with cmake and to document what I'm doing. Please read the README.cmake for what can be done right now. svn path=/trunk/; revision=19149