aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25From Tony Trinh:Anders Broman1-1/+1
Update Lua from 5.1 to 5.2 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7400 svn path=/trunk/; revision=43482
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+3
svn path=/trunk/; revision=43421
2012-06-20Forgot to copy one more changeJörg Mayer1-3/+0
svn path=/trunk/; revision=43417
2012-06-19Do the changes to configure from r43354 in cmake as well.Jörg Mayer1-0/+3
Log: Start to have an generic wireless toolbar. Sligtly modified patch from Pontus Fuchs. svn path=/trunk/; revision=43361
2012-02-02- Move setting _U_ into config.h, becauseJörg Mayer1-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 svn path=/trunk/; revision=40807
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-3/+0
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
2011-10-08Mimic test for IPv6 support in GeoIP from autofooJörg Mayer1-0/+3
svn path=/trunk/; revision=39307
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=38683
2011-08-09Copy over the commit 38437 to cmake.Jörg Mayer1-1/+1
svn path=/trunk/; revision=38438
2011-08-06Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks forGuy Harris1-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. svn path=/trunk/; revision=38382
2011-08-02Define PACKAGE in config.h.Gerald Combs1-0/+3
svn path=/trunk/; revision=38316
2011-07-21Make USE_THREADS actually work with cmakeJörg Mayer1-0/+3
svn path=/trunk/; revision=38138
2011-07-06Add detection of rpcap support in libpcap and use it if available.Jörg Mayer1-0/+4
svn path=/trunk/; revision=37914
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-3/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-17Add configure options to make change the default file formatJörg Mayer1-0/+3
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. svn path=/trunk/; revision=37701
2011-04-29Don't check for the existence of gzclearerr() any more.Jeff Morriss1-3/+3
Check for inflatePrime(). svn path=/trunk/; revision=36955
2011-03-08A little more old packet list cleanupStephen Fisher1-3/+0
svn path=/trunk/; revision=36172
2011-02-21From Roland Knall:Jaap Keuter1-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 svn path=/trunk/; revision=36023
2010-09-23Copy behaviour ofJörg Mayer1-0/+3
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss1-0/+3
svn path=/trunk/; revision=34192
2010-05-06Checking in Stigs changes fromAnders Broman1-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. svn path=/trunk/; revision=32688
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andGuy Harris1-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. svn path=/trunk/; revision=32225
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-3/+3
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. svn path=/trunk/; revision=30370
2009-09-21CMake:Jörg Mayer1-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 svn path=/trunk/; revision=30029
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-0/+6
name libasn1.so instead of asn1.so svn path=/trunk/; revision=29919
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer1-3/+15
actually work. svn path=/trunk/; revision=29870
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+9
svn path=/trunk/; revision=29819
2009-09-01Define some windows specific header filesKovarththanan Rajaratnam1-0/+9
svn path=/trunk/; revision=29660
2009-09-01Check for mkdtemp()Kovarththanan Rajaratnam1-0/+3
svn path=/trunk/; revision=29659
2009-08-31Add check for HAVE_MKSTEMP to make build work again onJörg Mayer1-0/+3
platforms that know about mkstemp(). svn path=/trunk/; revision=29645
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam1-15/+0
svn path=/trunk/; revision=29639
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-0/+6
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-6/+0
replacements. svn path=/trunk/; revision=25765
2007-10-28Bug 1227 : From Frederic Heem:Sake Blok1-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 svn path=/trunk/; revision=23300
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-6/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-92/+98
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06cmake/Jörg Mayer1-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 svn path=/trunk/; revision=19168