aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Use the right #define value to check whether WinPcap hasGuy Harris1-1/+1
2010-03-04Include "capture_ifinfo.h" to get declarations we require.Guy Harris1-0/+1
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-4/+0
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs1-2/+34
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs1-3/+7
2009-12-07If WinPcap isn't loaded, return NULL from pcap_lookupdev() insteadGerald Combs1-1/+3
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam1-14/+0
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam1-1/+4
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam1-4/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-2/+2
2008-11-03Do not use functions for remote capture on local interfaces.Stig Bjørlykke1-16/+0
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris1-0/+26
2008-06-24Add TurboCap-related changes from /trunk-1.0:Gerald Combs1-0/+32
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-3/+3
2008-04-09Remove:Anders Broman1-5/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+103
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-3/+4
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
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