aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* At least winpcap checks for WIN32 and not for _WIN32, soJörg Mayer2013-11-291-1/+6
* We don't check for lauxlib.h or lualib.h, and we don't need to - we justGuy Harris2013-10-111-6/+0
* Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2013-10-101-10/+11
* Try to locate QtMacExtras.Gerald Combs2013-10-101-0/+3
* Don't check for pcap_version(); we don't use it.Guy Harris2013-10-101-90/+74
* Check for bpf_image(), just as the autoconf script does.Guy Harris2013-10-101-0/+3
* HAVE_LUA is for Lua, not some particular version thereof.Guy Harris2013-10-101-3/+3
* Get rid of apparently-undefined and apparently-unused #defines.Guy Harris2013-10-101-9/+0
* NEED_STRPTIME_H needs to be detected properly for windows.Jörg Mayer2013-10-071-0/+1
* The code (at least) in dumpcap assumes that PCAP_CREATE is notJörg Mayer2013-10-061-0/+4
* More copying of config.h.win32 stuff into cmakeJörg Mayer2013-10-061-0/+22
* Set some values for Windows manually where autodetectionJörg Mayer2013-10-061-1/+12
* (Hopefully) unbreak windows build (#define'ing to 0 is notJörg Mayer2013-10-051-1/+1
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-5/+2
* ssize_t is missing on Windows, so typdef it.Jörg Mayer2013-10-041-0/+4
* Implement in cmake:Jörg Mayer2013-08-131-0/+3
* Use largefile detection in cmake.Jörg Mayer2013-07-231-0/+6
* set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser2013-07-161-1/+4
* Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone displayJörg Mayer2013-04-191-0/+6
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-4/+0
* Fix CMake build:Evan Huus2012-10-181-5/+2
* *NIX (autofoo and cmake) part of the fix forJeff Morriss2012-09-181-0/+3
* Copy over HAVE_NL80211 from autofooJörg Mayer2012-09-101-0/+3
* Get netlink detection working with cmake (not complete)Jörg Mayer2012-09-061-0/+12
* From Tony Trinh:Anders Broman2012-06-251-1/+1
* Complete cmake support for netlink detectionJörg Mayer2012-06-201-0/+3
* Forgot to copy one more changeJörg Mayer2012-06-201-3/+0
* Do the changes to configure from r43354 in cmake as well.Jörg Mayer2012-06-191-0/+3
* - Move setting _U_ into config.h, becauseJörg Mayer2012-02-021-0/+7
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-3/+0
* Mimic test for IPv6 support in GeoIP from autofooJörg Mayer2011-10-081-0/+3
* Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke2011-08-231-3/+0
* Copy over the commit 38437 to cmake.Jörg Mayer2011-08-091-1/+1
* Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks forGuy Harris2011-08-061-3/+0
* Define PACKAGE in config.h.Gerald Combs2011-08-021-0/+3
* Make USE_THREADS actually work with cmakeJörg Mayer2011-07-211-0/+3
* Add detection of rpcap support in libpcap and use it if available.Jörg Mayer2011-07-061-0/+4
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-3/+0
* Add configure options to make change the default file formatJörg Mayer2011-06-171-0/+3
* Don't check for the existence of gzclearerr() any more.Jeff Morriss2011-04-291-3/+3
* A little more old packet list cleanupStephen Fisher2011-03-081-3/+0
* From Roland Knall:Jaap Keuter2011-02-211-0/+9
* Copy behaviour ofJörg Mayer2010-09-231-0/+3
* Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss2010-09-231-0/+3
* Checking in Stigs changes fromAnders Broman2010-05-061-0/+6
* Add CMake tests for pcap_datalink_val_to_description() andGuy Harris2010-03-171-0/+6
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+3
* CMake:Jörg Mayer2009-09-211-8/+11
* Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer2009-09-151-0/+6
* Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer2009-09-121-3/+15