aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
Commit message (Expand)AuthorAgeFilesLines
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-0/+4
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-2/+2
* Remove an extra " from a command, and fix indentation.Guy Harris2005-10-041-4/+4
* Update URLs and domain names that refer to the WinPcap site.Guy Harris2005-06-031-2/+2
* add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8...Ulf Lamping2005-05-251-3/+4
* bugfix: prevent a (null pointer access) crash with very early WinPcap version...Ulf Lamping2005-05-211-1/+3
* bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3Ulf Lamping2005-05-211-2/+13
* Strip off anything after a blank in the PacketLibraryVersion string, asGuy Harris2005-04-141-12/+32
* It doesn't matter whether, when building with WinPcap, we haveGuy Harris2005-03-231-8/+1
* If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris2005-03-231-3/+17
* If "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i.e., if we're builtGuy Harris2004-09-271-4/+128
* Fix a typo.Gerald Combs2004-09-241-2/+2
* From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris2004-09-231-0/+30
* From Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, weGuy Harris2004-08-101-0/+13
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris2004-06-121-1/+23
* experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping2004-03-131-1/+10
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping2003-12-211-4/+4
* Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris2003-10-101-4/+31
* Get the version number of the libpcap/WinPcap with which we're runningGuy Harris2003-10-101-1/+54
* Use "pcap_findalldevs()" if present.Guy Harris2003-10-101-24/+202
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+5
* Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2001-04-031-0/+205