| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial support for Qt along with a "ui" subdirectory. | Gerald Combs | 2012-01-04 | 1 | -0/+2 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 1 | -3/+0 |
* | Add a HAVE_GEOIP_V6 configuration option and enable it by default. | Gerald Combs | 2011-10-05 | 1 | -1/+4 |
* | Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGER | Jörg Mayer | 2011-09-25 | 1 | -1/+0 |
* | Move the *pcap stuff together. Add an item for | Guy Harris | 2011-08-06 | 1 | -4/+7 |
* | Another fix for building with MSVC2005. | Stig Bjørlykke | 2011-08-01 | 1 | -3/+0 |
* | No need to define USE_THREADS twice. | Chris Maynard | 2011-07-15 | 1 | -2/+0 |
* | On Windows enable threads everywhere instead of just in dumpcap. If | Gerald Combs | 2011-07-14 | 1 | -0/+5 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -2/+0 |
* | Remove old PCRE references from the Windows build environment. We're not | Gerald Combs | 2011-06-23 | 1 | -3/+0 |
* | AttachConsole() needs _WIN32_WINNT 0x0500. | Stig Bjørlykke | 2011-06-20 | 1 | -2/+2 |
* | Add back support for building with MSVC2005 (and older). | Stig Bjørlykke | 2011-06-20 | 1 | -0/+3 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -2/+3 |
* | Remove HAVE_AIRPDCAP | Anders Broman | 2011-05-31 | 1 | -1/+0 |
* | WANT_PACKET_EDITOR fixups for Windows. | Chris Maynard | 2011-05-12 | 1 | -1/+1 |
* | Conditional support for packet-editor [default=no]. | Jakub Zawadzki | 2011-05-12 | 1 | -0/+1 |
* | Make the use of UIManager a configure option. | Anders Broman | 2011-05-12 | 1 | -0/+2 |
* | On Windows: don't (try but fail--the code did not work) to define | Jeff Morriss | 2011-04-29 | 1 | -0/+3 |
* | Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports... | Bill Meier | 2011-03-08 | 1 | -3/+0 |
* | Disable Code Analysis warning C6011 for now. Hopefully Clang can pick | Gerald Combs | 2011-02-18 | 1 | -0/+6 |
* | On Windows, try putting __declspec(noreturn) in front of declarations of | Guy Harris | 2011-02-17 | 1 | -0/+11 |
* | Fix typo in comment | Stephen Fisher | 2010-11-27 | 1 | -1/+1 |
* | Define HAVE_GTK in config.h when compiling with GTK for the GUI | Stephen Fisher | 2010-11-26 | 1 | -0/+3 |
* | Make "bpf_image" available on Windows. This enables the "Compile BPF" button ... | Sake Blok | 2010-10-03 | 1 | -0/+1 |
* | Retry of SVN 34338, now tested on my WinXP dev VM: | Sake Blok | 2010-10-03 | 1 | -0/+1 |
* | New packet list is no longer experimental. | Bill Meier | 2010-08-21 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam via bug 3500: | Gerald Combs | 2010-06-01 | 1 | -0/+3 |
* | Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes stil... | Bill Meier | 2010-04-14 | 1 | -2/+2 |
* | Add HAVE_PCAP_FREE_DATALINKS to config.h.win32, as we've added it to | Guy Harris | 2010-03-17 | 1 | -0/+1 |
* | Switch to using a bundled version of the openSUSE Build Service packages | Gerald Combs | 2009-12-21 | 1 | -0/+2 |
* | Use the WinPcap version of pcap_datalink_val_to_description if it's | Gerald Combs | 2009-12-18 | 1 | -0/+1 |
* | Add the time zone abbreviation to the result of abs_time_to_str() and | Guy Harris | 2009-12-11 | 1 | -0/+6 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -1/+0 |
* | We no longer support the old plugin API so remove it completely from the buil... | Kovarththanan Rajaratnam | 2009-09-09 | 1 | -11/+0 |
* | Remove strcasecmp. We use g_ascii_strcasecmp exclusively | Kovarththanan Rajaratnam | 2009-08-31 | 1 | -1/+0 |
* | Reorder (no functionality change) | Kovarththanan Rajaratnam | 2009-08-31 | 1 | -8/+10 |
* | Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused | Kovarththanan Rajaratnam | 2009-08-31 | 1 | -50/+0 |
* | Remove superfluous config parameters | Kovarththanan Rajaratnam | 2009-08-30 | 1 | -2/+0 |
* | Remove outdated comments regarding ZLIB_DLL. We don't have to define this bef... | Kovarththanan Rajaratnam | 2009-08-30 | 1 | -4/+0 |
* | Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H | Kovarththanan Rajaratnam | 2009-08-30 | 1 | -4/+9 |
* | We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIG | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -1/+0 |
* | Pull mkstemp() into tempfile.c. That's the only place we use it now, and | Gerald Combs | 2009-07-02 | 1 | -1/+2 |
* | Make it possible to configure use of NEW_PACKET_LIST and fix | Anders Broman | 2009-07-01 | 1 | -0/+3 |
* | Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDK | Tomas Kukosa | 2009-05-08 | 1 | -0/+3 |
* | Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_ | Gerald Combs | 2008-12-23 | 1 | -0/+3 |
* | On Windows, if we're running anything but plain Visual C++ 6 (including | Gerald Combs | 2008-08-11 | 1 | -0/+3 |
* | Add support for the c-ares asynchronous DNS resolution library to the | Gerald Combs | 2008-08-07 | 1 | -0/+5 |
* | Add TurboCap-related changes from /trunk-1.0: | Gerald Combs | 2008-06-24 | 1 | -0/+3 |
* | Flex (v 2.5.35) uses this symbol to "exclude" unistd.h | Anders Broman | 2008-04-25 | 1 | -0/+5 |
* | Delete the *right* config.h.win32. | Guy Harris | 2007-12-07 | 1 | -0/+8 |