aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
Commit message (Expand)AuthorAgeFilesLines
* For capchild headers, include <capchild/XXX.h>.Guy Harris2014-06-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* - Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer2013-12-011-1/+1
* Replace STRINGIFY with glib version.Jakub Zawadzki2013-11-091-2/+2
* Hoist all the friendly-name/vendor-description stuff up intoGuy Harris2012-11-231-8/+2
* - Include capture_win_ifnames.hAnders Broman2012-11-221-1/+2
* Get the friendly name for interfaces. Also, no Windows interfaces areGuy Harris2012-11-221-3/+8
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix QtShark compile error.Bill Meier2012-01-301-1/+3
* Since we know the version of WinPcap we're compiling against, go ahead and di...Chris Maynard2012-01-271-1/+1
* Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris2011-12-291-1/+28
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-291-0/+12
* Forgot the buffer length argument to g_snprintf().Guy Harris2011-12-291-2/+4
* If pcap_open_live() or pcap_open() fails due to not having WinPcap,Guy Harris2011-12-291-0/+4
* Fix comments (not all platforms on which we run support dlopen(), butGuy Harris2010-10-121-1/+1
* Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...Sake Blok2010-10-031-1/+1
* Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok2010-10-031-0/+35
* Add pcap_compile_nopcap(); [Not tested]Bill Meier2010-10-021-0/+11
* Add ws_load_library and ws_module_open, which respectively callGerald Combs2010-08-251-2/+4
* Make sure pcap_open_live points to something.Gerald Combs2010-05-111-2/+1
* Use the right #define value to check whether WinPcap hasGuy Harris2010-03-171-1/+1
* 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