aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-30Fix QtShark compile error.Bill Meier1-1/+3
2012-01-27Since we know the version of WinPcap we're compiling against, go ahead and di...Chris Maynard1-1/+1
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris1-1/+28
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris1-0/+12
2011-12-29Forgot the buffer length argument to g_snprintf().Guy Harris1-2/+4
2011-12-29If pcap_open_live() or pcap_open() fails due to not having WinPcap,Guy Harris1-0/+4
2010-10-12Fix comments (not all platforms on which we run support dlopen(), butGuy Harris1-1/+1
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...Sake Blok1-1/+1
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok1-0/+35
2010-10-02Add pcap_compile_nopcap(); [Not tested]Bill Meier1-0/+11
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-2/+4
2010-05-11Make sure pcap_open_live points to something.Gerald Combs1-2/+1
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