aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
AgeCommit message (Collapse)AuthorFilesLines
2010-05-06Checking in Stigs changes frometxrab1-0/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=475 BUT not activating the check for pcap_create() pcap_set_buffer_size() This should make it possible to build with support for setting the buffersize if not capturing 802.11 traffic. The code for handling the 'B' option should be OK in any case. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32688 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andguy1-0/+6
pcap_free_datalinks(). Sort the CMake tests in cmake/modules/FindPCAP.cmake into the same order as the tests in the autoconf script, and note that, in the autoconf script, the checks for pcap_open_dead() and pcap_freecode() do more than just look for the routines in the library. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32225 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-3/+3
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30370 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-21CMake:jmayer1-8/+11
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30029 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isjmayer1-0/+6
name libasn1.so instead of asn1.so git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29919 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresjmayer1-3/+15
actually work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29870 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-09CMAKE: Get most of of missing *build* pieces into placejmayer1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29819 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-01Define some windows specific header fileskrj1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29660 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-01Check for mkdtemp()krj1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29659 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-31Add check for HAVE_MKSTEMP to make build work again onjmayer1-0/+3
platforms that know about mkstemp(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29645 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedkrj1-15/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29639 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-16OK, so my last commit message was too optimistic - I was usingjmayer1-0/+6
an installed version of wsutil. dumpcap now really builds on Linux via cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28754 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵morriss1-6/+0
replacements. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25765 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-28Bug 1227 : From Frederic Heem:sake1-0/+3
* modify CMakeInstallDirs.cmake according to cmake developper wishes * FindDBUSGLIB.cmake fixes * Add HAVE_CHOWN * remove DBus from CMakeLists.txt. * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23300 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-08Get rid of UCD SNMP support (it's not longer supported andjmayer1-6/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20071 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179jmayer1-92/+98
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19672 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-06cmake/jmayer1-0/+309
Add some more (hackish) tests. Add a LICENSE file until I find the time to add it to all files individually. CMakeLists.txt Add some addiotional stuff regarding options. Add (non-working) code to generate config.h Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19168 f5534014-38df-0310-8fa8-9805f1628bb7