| Commit message (Expand) | Author | Age | Files | Lines |
* | Include "capture_ifinfo.h" to get declarations we require. | Guy Harris | 2010-03-04 | 1 | -0/+1 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -4/+0 |
* | Use the WinPcap version of pcap_datalink_val_to_description if it's | Gerald Combs | 2009-12-18 | 1 | -2/+34 |
* | Behave more gracefully if WinPcap isn't installed. Don't assert if | Gerald Combs | 2009-12-15 | 1 | -3/+7 |
* | If WinPcap isn't loaded, return NULL from pcap_lookupdev() instead | Gerald Combs | 2009-12-07 | 1 | -1/+3 |
* | We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIG | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -14/+0 |
* | Revert r29614 until I figure out why buildbot doesn't like it | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -1/+4 |
* | Use G_STRINGIFY/G_PASTE | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -4/+1 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -2/+2 |
* | Do not use functions for remote capture on local interfaces. | Stig Bjørlykke | 2008-11-03 | 1 | -16/+0 |
* | If we have pcap_free_datalinks(), use it. If not, then, on Windows, | Guy Harris | 2008-07-04 | 1 | -0/+26 |
* | Add TurboCap-related changes from /trunk-1.0: | Gerald Combs | 2008-06-24 | 1 | -0/+32 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-07 | 1 | -3/+3 |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -5/+0 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -0/+103 |
* | first steps to support MSVC 2008 Express Edition | Ulf Lamping | 2007-11-30 | 1 | -3/+4 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -1/+5 |
* | Have the routines to get interface lists take a pointer to a "gchar *" | Guy Harris | 2007-01-21 | 1 | -2/+5 |
* | Fix up the changes to put the Portaudio information at the end of the | Guy Harris | 2006-10-19 | 1 | -2/+0 |
* | Slightly reshape the version text: Bring the OS info above the WinPcap text -... | Ulf Lamping | 2006-09-22 | 1 | -1/+2 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | If we have pcap_breakloop(), at least on UN*X we can stop the capture | Guy Harris | 2006-05-21 | 1 | -0/+23 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | from Daniele Orlandi: | Anders Broman | 2006-03-02 | 1 | -0/+3 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -0/+4 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -2/+2 |
* | Remove an extra " from a command, and fix indentation. | Guy Harris | 2005-10-04 | 1 | -4/+4 |
* | Update URLs and domain names that refer to the WinPcap site. | Guy Harris | 2005-06-03 | 1 | -2/+2 |
* | add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8... | Ulf Lamping | 2005-05-25 | 1 | -3/+4 |
* | bugfix: prevent a (null pointer access) crash with very early WinPcap version... | Ulf Lamping | 2005-05-21 | 1 | -1/+3 |
* | bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3 | Ulf Lamping | 2005-05-21 | 1 | -2/+13 |
* | Strip off anything after a blank in the PacketLibraryVersion string, as | Guy Harris | 2005-04-14 | 1 | -12/+32 |
* | It doesn't matter whether, when building with WinPcap, we have | Guy Harris | 2005-03-23 | 1 | -8/+1 |
* | If we have "pcap_freecode()", use it to free the instructions for a BPF | Guy Harris | 2005-03-23 | 1 | -3/+17 |
* | If "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i.e., if we're built | Guy Harris | 2004-09-27 | 1 | -4/+128 |
* | Fix a typo. | Gerald Combs | 2004-09-24 | 1 | -2/+2 |
* | From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32. | Guy Harris | 2004-09-23 | 1 | -0/+30 |
* | From Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, we | Guy Harris | 2004-08-10 | 1 | -0/+13 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LIST | Guy Harris | 2004-06-12 | 1 | -1/+23 |
* | experimental: make usage of pcap_setbuff to increase the kernel buffer size | Ulf Lamping | 2004-03-13 | 1 | -1/+10 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | removed some MSVC warnings (moved pcap.h before glib.h) | Ulf Lamping | 2003-12-21 | 1 | -4/+4 |
* | Configure whether we have WinPcap based on whether WINPCAP_VERSION is | Guy Harris | 2003-10-10 | 1 | -4/+31 |
* | Get the version number of the libpcap/WinPcap with which we're running | Guy Harris | 2003-10-10 | 1 | -1/+54 |
* | Use "pcap_findalldevs()" if present. | Guy Harris | 2003-10-10 | 1 | -24/+202 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+5 |
* | Now that WinPcap is a DLL, I can load it at run-time rather than load-time. | Gilbert Ramirez | 2001-04-03 | 1 | -0/+205 |