aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-30Fix QtShark compile error.wmeier1-1/+3
2012-01-27Since we know the version of WinPcap we're compiling against, go ahead and di...cmaynard1-1/+1
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatguy1-1/+28
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()guy1-0/+12
2011-12-29Forgot the buffer length argument to g_snprintf().guy1-2/+4
2011-12-29If pcap_open_live() or pcap_open() fails due to not having WinPcap,guy1-0/+4
2010-10-12Fix comments (not all platforms on which we run support dlopen(), butguy1-1/+1
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...sake1-1/+1
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:sake1-0/+35
2010-10-02Add pcap_compile_nopcap(); [Not tested]wmeier1-0/+11
2010-08-25Add ws_load_library and ws_module_open, which respectively callgerald1-2/+4
2010-05-11Make sure pcap_open_live points to something.gerald1-2/+1
2010-03-17Use the right #define value to check whether WinPcap hasguy1-1/+1
2010-03-04Include "capture_ifinfo.h" to get declarations we require.guy1-0/+1
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-4/+0
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sgerald1-2/+34
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifgerald1-3/+7
2009-12-07If WinPcap isn't loaded, return NULL from pcap_lookupdev() insteadgerald1-1/+3
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGkrj1-14/+0
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itkrj1-1/+4
2009-08-29Use G_STRINGIFY/G_PASTEkrj1-4/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-2/+2
2008-11-03Do not use functions for remote capture on local interfaces.stig1-16/+0
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,guy1-0/+26
2008-06-24Add TurboCap-related changes from /trunk-1.0:gerald1-0/+32
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-3/+3
2008-04-09Remove:etxrab1-5/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+103
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-3/+4
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"guy1-2/+5
2006-10-19Fix up the changes to put the Portaudio information at the end of theguy1-2/+0
2006-09-22Slightly reshape the version text: Bring the OS info above the WinPcap text -...ulfl1-1/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureguy1-0/+23
2006-05-21name changesahlberg1-2/+2
2006-03-02from Daniele Orlandi:etxrab1-0/+3
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-0/+4
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-2/+2
2005-10-04Remove an extra " from a command, and fix indentation.guy1-4/+4
2005-06-03Update URLs and domain names that refer to the WinPcap site.guy1-2/+2
2005-05-25add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8...ulfl1-3/+4
2005-05-21bugfix: prevent a (null pointer access) crash with very early WinPcap version...ulfl1-1/+3
2005-05-21bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3ulfl1-2/+13
2005-04-14Strip off anything after a blank in the PacketLibraryVersion string, asguy1-12/+32
2005-03-23It doesn't matter whether, when building with WinPcap, we haveguy1-8/+1
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFguy1-3/+17
2004-09-27If "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i.e., if we're builtguy1-4/+128