| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |