From a.piesk:
[obnox/wireshark/wip.git] / capture-wpcap.c
2012-01-30 wmeierFix QtShark compile error.
2012-01-27 cmaynardSince we know the version of WinPcap we're compiling...
2011-12-29 guySwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-29 guyAdd an additional DONT_HAVE_PCAP return value from...
2011-12-29 guyForgot the buffer length argument to g_snprintf().
2011-12-29 guyIf pcap_open_live() or pcap_open() fails due to not...
2010-10-12 guyFix comments (not all platforms on which we run support...
2010-10-03 sakeMake "bpf_image" available on Windows. This enables...
2010-10-03 sakeRetry of SVN 34338, now tested on my WinXP dev VM:
2010-10-02 wmeierAdd pcap_compile_nopcap(); [Not tested]
2010-08-25 geraldAdd ws_load_library and ws_module_open, which respectiv...
2010-05-11 geraldMake sure pcap_open_live points to something.
2010-03-17 guyUse the right #define value to check whether WinPcap has
2010-03-04 guyInclude "capture_ifinfo.h" to get declarations we require.
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2009-12-18 geraldUse the WinPcap version of pcap_datalink_val_to_descrip...
2009-12-15 geraldBehave more gracefully if WinPcap isn't installed....
2009-12-07 geraldIf WinPcap isn't loaded, return NULL from pcap_lookupde...
2009-08-29 krjWe require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED...
2009-08-29 krjRevert r29614 until I figure out why buildbot doesn...
2009-08-29 krjUse G_STRINGIFY/G_PASTE
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2008-11-03 stigDo not use functions for remote capture on local interf...
2008-07-04 guyIf we have pcap_free_datalinks(), use it. If not,...
2008-06-24 geraldAdd TurboCap-related changes from /trunk-1.0:
2008-05-07 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-09 etxrabRemove:
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 ulflfirst steps to support MSVC 2008 Express Edition
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-10-19 guyFix up the changes to put the Portaudio information...
2006-09-22 ulflSlightly reshape the version text: Bring the OS info...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 guyIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-21 sahlbergname change
2006-03-02 etxrabfrom Daniele Orlandi:
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-04 guyRemove an extra " from a command, and fix indentation.
2005-06-03 guyUpdate URLs and domain names that refer to the WinPcap...
2005-05-25 ulfladd const to pcap_next_ex() parameter, as WinPcap 3...
2005-05-21 ulflbugfix: prevent a (null pointer access) crash with...
2005-05-21 ulflbugfix: mark pcap_freecode() as optional, as it's not...
2005-04-14 guyStrip off anything after a blank in the PacketLibraryVe...
2005-03-23 guyIt doesn't matter whether, when building with WinPcap...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2004-09-27 guyIf "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i...
2004-09-24 geraldFix a typo.
2004-09-23 guyFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-08-10 guyFrom Graham Bloice: if we don't have "pcap_lib_version...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-10-10 guyConfigure whether we have WinPcap based on whether...
2003-10-10 guyGet the version number of the libpcap/WinPcap with...
2003-10-10 guyUse "pcap_findalldevs()" if present.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2001-04-03 gramNow that WinPcap is a DLL, I can load it at run-time...