aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-2/+5
2006-10-19Fix up the changes to put the Portaudio information at the end of theGuy Harris1-2/+0
2006-09-22Slightly reshape the version text: Bring the OS info above the WinPcap text -...Ulf Lamping1-1/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-0/+23
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-02from Daniele Orlandi:Anders Broman1-0/+3
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-0/+4
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-2/+2
2005-10-04Remove an extra " from a command, and fix indentation.Guy Harris1-4/+4
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris1-2/+2
2005-05-25add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8...Ulf Lamping1-3/+4
2005-05-21bugfix: prevent a (null pointer access) crash with very early WinPcap version...Ulf Lamping1-1/+3
2005-05-21bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3Ulf Lamping1-2/+13
2005-04-14Strip off anything after a blank in the PacketLibraryVersion string, asGuy Harris1-12/+32
2005-03-23It doesn't matter whether, when building with WinPcap, we haveGuy Harris1-8/+1
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris1-3/+17
2004-09-27If "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i.e., if we're builtGuy Harris1-4/+128
2004-09-24Fix a typo.Gerald Combs1-2/+2
2004-09-23From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris1-0/+30
2004-08-10From Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, weGuy Harris1-0/+13
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-1/+23
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping1-1/+10
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-4/+4
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris1-4/+31
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningGuy Harris1-1/+54
2003-10-10Use "pcap_findalldevs()" if present.Guy Harris1-24/+202
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+5
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez1-0/+205