aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTguy1-1/+23
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeulfl1-1/+10
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-4/+4
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isguy1-4/+31
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningguy1-1/+54
2003-10-10Use "pcap_findalldevs()" if present.guy1-24/+202
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+5
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.gram1-0/+205