| Commit message (Expand) | Author | Age | Files | Lines |
* | At least winpcap checks for WIN32 and not for _WIN32, so | Jörg Mayer | 2013-11-29 | 1 | -1/+6 |
* | We don't check for lauxlib.h or lualib.h, and we don't need to - we just | Guy Harris | 2013-10-11 | 1 | -6/+0 |
* | Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to the | Guy Harris | 2013-10-10 | 1 | -10/+11 |
* | Try to locate QtMacExtras. | Gerald Combs | 2013-10-10 | 1 | -0/+3 |
* | Don't check for pcap_version(); we don't use it. | Guy Harris | 2013-10-10 | 1 | -90/+74 |
* | Check for bpf_image(), just as the autoconf script does. | Guy Harris | 2013-10-10 | 1 | -0/+3 |
* | HAVE_LUA is for Lua, not some particular version thereof. | Guy Harris | 2013-10-10 | 1 | -3/+3 |
* | Get rid of apparently-undefined and apparently-unused #defines. | Guy Harris | 2013-10-10 | 1 | -9/+0 |
* | NEED_STRPTIME_H needs to be detected properly for windows. | Jörg Mayer | 2013-10-07 | 1 | -0/+1 |
* | The code (at least) in dumpcap assumes that PCAP_CREATE is not | Jörg Mayer | 2013-10-06 | 1 | -0/+4 |
* | More copying of config.h.win32 stuff into cmake | Jörg Mayer | 2013-10-06 | 1 | -0/+22 |
* | Set some values for Windows manually where autodetection | Jörg Mayer | 2013-10-06 | 1 | -1/+12 |
* | (Hopefully) unbreak windows build (#define'ing to 0 is not | Jörg Mayer | 2013-10-05 | 1 | -1/+1 |
* | Invert NEED_INET_ATON_H to HAVE_INET_ATON_H | Jörg Mayer | 2013-10-05 | 1 | -5/+2 |
* | ssize_t is missing on Windows, so typdef it. | Jörg Mayer | 2013-10-04 | 1 | -0/+4 |
* | Implement in cmake: | Jörg Mayer | 2013-08-13 | 1 | -0/+3 |
* | Use largefile detection in cmake. | Jörg Mayer | 2013-07-23 | 1 | -0/+6 |
* | set HAVE_GETOPT_H and HAVE_GETOPT variables | Martin Kaiser | 2013-07-16 | 1 | -1/+4 |
* | Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone display | Jörg Mayer | 2013-04-19 | 1 | -0/+6 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -4/+0 |
* | Fix CMake build: | Evan Huus | 2012-10-18 | 1 | -5/+2 |
* | *NIX (autofoo and cmake) part of the fix for | Jeff Morriss | 2012-09-18 | 1 | -0/+3 |
* | Copy over HAVE_NL80211 from autofoo | Jörg Mayer | 2012-09-10 | 1 | -0/+3 |
* | Get netlink detection working with cmake (not complete) | Jörg Mayer | 2012-09-06 | 1 | -0/+12 |
* | From Tony Trinh: | Anders Broman | 2012-06-25 | 1 | -1/+1 |
* | Complete cmake support for netlink detection | Jörg Mayer | 2012-06-20 | 1 | -0/+3 |
* | Forgot to copy one more change | Jörg Mayer | 2012-06-20 | 1 | -3/+0 |
* | Do the changes to configure from r43354 in cmake as well. | Jörg Mayer | 2012-06-19 | 1 | -0/+3 |
* | - Move setting _U_ into config.h, because | Jörg Mayer | 2012-02-02 | 1 | -0/+7 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 1 | -3/+0 |
* | Mimic test for IPv6 support in GeoIP from autofoo | Jörg Mayer | 2011-10-08 | 1 | -0/+3 |
* | Remove support for libpcre, we use GRegex in GLib. | Stig Bjørlykke | 2011-08-23 | 1 | -3/+0 |
* | Copy over the commit 38437 to cmake. | Jörg Mayer | 2011-08-09 | 1 | -1/+1 |
* | Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks for | Guy Harris | 2011-08-06 | 1 | -3/+0 |
* | Define PACKAGE in config.h. | Gerald Combs | 2011-08-02 | 1 | -0/+3 |
* | Make USE_THREADS actually work with cmake | Jörg Mayer | 2011-07-21 | 1 | -0/+3 |
* | Add detection of rpcap support in libpcap and use it if available. | Jörg Mayer | 2011-07-06 | 1 | -0/+4 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -3/+0 |
* | Add configure options to make change the default file format | Jörg Mayer | 2011-06-17 | 1 | -0/+3 |
* | Don't check for the existence of gzclearerr() any more. | Jeff Morriss | 2011-04-29 | 1 | -3/+3 |
* | A little more old packet list cleanup | Stephen Fisher | 2011-03-08 | 1 | -3/+0 |
* | From Roland Knall: | Jaap Keuter | 2011-02-21 | 1 | -0/+9 |
* | Copy behaviour of | Jörg Mayer | 2010-09-23 | 1 | -0/+3 |
* | Assume we HAVE_GZCLEARERR on Windows and when using cmake | Jeff Morriss | 2010-09-23 | 1 | -0/+3 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -0/+6 |
* | Add CMake tests for pcap_datalink_val_to_description() and | Guy Harris | 2010-03-17 | 1 | -0/+6 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -3/+3 |
* | CMake: | Jörg Mayer | 2009-09-21 | 1 | -8/+11 |
* | Build the asn1 plugin. The only problem(?) is, that it is | Jörg Mayer | 2009-09-15 | 1 | -0/+6 |
* | Make building with GeoIP, Python, Capabilities and c-ares | Jörg Mayer | 2009-09-12 | 1 | -3/+15 |