aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Include "capture_ifinfo.h" to get declarations we require.Guy Harris2010-03-041-0/+1
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-4/+0
* Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs2009-12-181-2/+34
* Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs2009-12-151-3/+7
* If WinPcap isn't loaded, return NULL from pcap_lookupdev() insteadGerald Combs2009-12-071-1/+3
* We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam2009-08-291-14/+0
* Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam2009-08-291-1/+4
* Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam2009-08-291-4/+1
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-2/+2
* Do not use functions for remote capture on local interfaces.Stig Bjørlykke2008-11-031-16/+0
* If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris2008-07-041-0/+26
* Add TurboCap-related changes from /trunk-1.0:Gerald Combs2008-06-241-0/+32
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-071-3/+3
* Remove:Anders Broman2008-04-091-5/+0
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-0/+103
* first steps to support MSVC 2008 Express EditionUlf Lamping2007-11-301-3/+4
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-1/+5
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-2/+5
* Fix up the changes to put the Portaudio information at the end of theGuy Harris2006-10-191-2/+0
* Slightly reshape the version text: Bring the OS info above the WinPcap text -...Ulf Lamping2006-09-221-1/+2
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris2006-05-211-0/+23
* name changeRonnie Sahlberg2006-05-211-2/+2
* from Daniele Orlandi:Anders Broman2006-03-021-0/+3
* 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