| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Fix platform introspection for inet_aton() [-Wredundant-decls] | João Valverde | 2015-12-12 | 1 | -2/+2 |
* | cmake: fix kerberos library lookup, support Heimdal | Peter Wu | 2015-10-14 | 1 | -3/+0 |
* | Qt: Initial RTP playback. | Gerald Combs | 2015-10-02 | 1 | -2/+2 |
* | [Androiddump] Fix CMake install path for androiddump | michal.orynicz | 2015-04-21 | 1 | -1/+1 |
* | extcap: Add support for Android - androiddump | Michal Labedzki | 2015-04-08 | 1 | -0/+3 |
* | Add the new #defines to cmakeconfig.h.in. | Guy Harris | 2015-03-30 | 1 | -0/+6 |
* | Have a #define for whether the capture buffer size can be set. | Guy Harris | 2015-03-25 | 1 | -0/+3 |
* | Look for and use gethostbyname() if we don't have getaddrinfo(). Fail to | Jeff Morriss | 2015-03-03 | 1 | -0/+6 |
* | Qt: Add more version and packaging information to the main window. | Gerald Combs | 2015-02-19 | 1 | -0/+2 |
* | Don't check for C89 headers. | Guy Harris | 2015-02-14 | 1 | -12/+0 |
* | We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>. | Guy Harris | 2015-02-14 | 1 | -6/+0 |
* | Remove gethostbyaddr and gethostbyaddr2. | Gerald Combs | 2015-02-06 | 1 | -2/+2 |
* | Fix CMake generation and use of Windows .rc files | Graham Bloice | 2015-01-11 | 1 | -1/+3 |
* | In CMake, check for thousands-grouping support in the GLib printf routines. | Guy Harris | 2015-01-05 | 1 | -0/+3 |
* | Add a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP. | Guy Harris | 2015-01-05 | 1 | -0/+3 |
* | Clean up handling of INET6. | Guy Harris | 2015-01-04 | 1 | -2/+8 |
* | No need to #define HAVE_PYTHON. | Guy Harris | 2015-01-04 | 1 | -3/+0 |
* | Check for optreset in CMake as well. | Guy Harris | 2014-12-27 | 1 | -0/+3 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -2/+2 |
* | Cmake: check for popcount, and build it from wsutil/popcount.c if missing. | Guy Harris | 2014-12-23 | 1 | -0/+3 |
* | Add a check for floorl(). | Guy Harris | 2014-12-20 | 1 | -3/+6 |
* | Qt: Initial VoIP Calls dialog. | Gerald Combs | 2014-12-09 | 1 | -0/+3 |
* | Allow building under OSX Yosemite using cmake. | David Ameiss | 2014-11-10 | 1 | -0/+3 |
* | With CMake, define WANT_PACKET_EDITOR in config.h. | Guy Harris | 2014-10-21 | 1 | -0/+3 |
* | Add support for getting nanosecond time stamp resolution when capturing. | Guy Harris | 2014-09-28 | 1 | -1/+4 |
* | Add WinSparkle to the CMake build to bring it into line with | Graham Bloice | 2014-08-22 | 1 | -0/+3 |
* | Fix CMake checks of PCap functions, along with AirPCap | Graham Bloice | 2014-08-21 | 1 | -0/+6 |
* | Extcap Capture Interface | Roland Knall | 2014-08-21 | 1 | -0/+6 |
* | CMake: More Qt5WinExtras plumbing. | Gerald Combs | 2014-08-14 | 1 | -0/+3 |
* | CMake : Set html viewer exe path in HTML_VIEWER variable (and no set or unset... | Alexis La Goutte | 2014-07-09 | 1 | -1/+1 |
* | Move the Windows build target OS definitions to Win XP | Graham Bloice | 2014-06-21 | 1 | -2/+2 |
* | Make cmake build work for msvc 2013 (Graham Bloice) | Joerg Mayer | 2014-06-19 | 1 | -3/+3 |
* | Fix building uiqt on Windows with the cmake build system: | Joerg Mayer | 2014-06-18 | 1 | -4/+0 |
* | More Python-bindings removal. | Jeff Morriss | 2014-06-16 | 1 | -3/+0 |
* | Define INET6 for all platforms. | Irene Ruengeler | 2014-06-14 | 1 | -1/+3 |
* | Backport autofoo simd optimization | Joerg Mayer | 2014-06-14 | 1 | -0/+3 |
* | Set PLUGIN_INSTALL_DIR properly for wireshark.pc | Balint Reczey | 2014-05-30 | 1 | -4/+1 |
* | Add Bluetooth SBC Codec support in cmake | Michal Labedzki | 2014-02-17 | 1 | -0/+3 |
* | HAVE_PLUGINS was defined twice | Jörg Mayer | 2014-01-07 | 1 | -3/+0 |
* | Fix wireshark-qt startup coredump under autofoo and Windows: make cmake's | Jeff Morriss | 2014-01-02 | 1 | -3/+3 |
* | 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 |