aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25From Tony Trinh:etxrab1-1/+1
Update Lua from 5.1 to 5.2 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7400 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43482 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Complete cmake support for netlink detectionjmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43421 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Forgot to copy one more changejmayer1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43417 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-0/+3
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-02- Move setting _U_ into config.h, becausejmayer1-0/+7
a) C++ has a standardized way of marking parameters as unused b) cmakes autoquoting magic failed when the compiler wasn't gcc but moc instead. - qtshark: Don't try to compile the c source files inside ui/qt/ - qtshark: Only run moc on the files that need it. - qtshark: It's too early to try any of the new qtshark files as clean. - Make Qt detection actually work - Add C++ to the list of languages for this project git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40807 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-3/+0
configure options and Gtk+ and GLib versions" to "always". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39751 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08Mimic test for IPv6 support in GeoIP from autofoojmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39307 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38683 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-09Copy over the commit 38437 to cmake.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38438 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks forguy1-3/+0
pcap_set_buffer_size() (if *pcap has pcap_create() it has pcap_set_buffer_size(), as they were both introduced in libpcap 1.0.0), and nobody looks at HAVE_PCAP_SET_BUFFER_SIZE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38382 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-02Define PACKAGE in config.h.gerald1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38316 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Make USE_THREADS actually work with cmakejmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38138 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-06Add detection of rpcap support in libpcap and use it if available.jmayer1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37914 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-28Replace all strerror() with g_strerror().stig1-3/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37812 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-17Add configure options to make change the default file formatjmayer1-0/+3
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37701 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-29Don't check for the existence of gzclearerr() any more.morriss1-3/+3
Check for inflatePrime(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36955 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-08A little more old packet list cleanupsfisher1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36172 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-21From Roland Knall:jake1-0/+9
WS_MSVC_NORETURN is undeclared under a non-Windows operating system, which breaks compilation in the files epan/except.c and dumpcap.c as well as any file including epan/except.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36023 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Copy behaviour ofjmayer1-0/+3
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34205 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakemorriss1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34192 f5534014-38df-0310-8fa8-9805f1628bb7
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