In an effort to reduce the use of pinfo->private_data (and some true global variables...
[metze/wireshark/wip.git] / capture-wpcap.c
2012-11-23 Guy HarrisHoist all the friendly-name/vendor-description stuff...
2012-11-22 Anders Broman- Include capture_win_ifnames.h
2012-11-22 Guy HarrisGet the friendly name for interfaces. Also, no Windows...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-30 Bill MeierFix QtShark compile error.
2012-01-27 Chris MaynardSince we know the version of WinPcap we're compiling...
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-29 Guy HarrisAdd an additional DONT_HAVE_PCAP return value from...
2011-12-29 Guy HarrisForgot the buffer length argument to g_snprintf().
2011-12-29 Guy HarrisIf pcap_open_live() or pcap_open() fails due to not...
2010-10-12 Guy HarrisFix comments (not all platforms on which we run support...
2010-10-03 Sake BlokMake "bpf_image" available on Windows. This enables...
2010-10-03 Sake BlokRetry of SVN 34338, now tested on my WinXP dev VM:
2010-10-02 Bill MeierAdd pcap_compile_nopcap(); [Not tested]
2010-08-25 Gerald CombsAdd ws_load_library and ws_module_open, which respectiv...
2010-05-11 Gerald CombsMake sure pcap_open_live points to something.
2010-03-17 Guy HarrisUse the right #define value to check whether WinPcap has
2010-03-04 Guy HarrisInclude "capture_ifinfo.h" to get declarations we require.
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2009-12-18 Gerald CombsUse the WinPcap version of pcap_datalink_val_to_descrip...
2009-12-15 Gerald CombsBehave more gracefully if WinPcap isn't installed....
2009-12-07 Gerald CombsIf WinPcap isn't loaded, return NULL from pcap_lookupde...
2009-08-29 Kovarththanan Raja... We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED...
2009-08-29 Kovarththanan Raja... Revert r29614 until I figure out why buildbot doesn...
2009-08-29 Kovarththanan Raja... Use G_STRINGIFY/G_PASTE
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2008-11-03 Stig BjørlykkeDo not use functions for remote capture on local interf...
2008-07-04 Guy HarrisIf we have pcap_free_datalinks(), use it. If not,...
2008-06-24 Gerald CombsAdd TurboCap-related changes from /trunk-1.0:
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 Ulf Lampingfirst steps to support MSVC 2008 Express Edition
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2006-10-19 Guy HarrisFix up the changes to put the Portaudio information...
2006-09-22 Ulf LampingSlightly reshape the version text: Bring the OS info...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Guy HarrisIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-21 Ronnie Sahlbergname change
2006-03-02 Anders Bromanfrom Daniele Orlandi:
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-04 Guy HarrisRemove an extra " from a command, and fix indentation.
2005-06-03 Guy HarrisUpdate URLs and domain names that refer to the WinPcap...
2005-05-25 Ulf Lampingadd const to pcap_next_ex() parameter, as WinPcap 3...
2005-05-21 Ulf Lampingbugfix: prevent a (null pointer access) crash with...
2005-05-21 Ulf Lampingbugfix: mark pcap_freecode() as optional, as it's not...
2005-04-14 Guy HarrisStrip off anything after a blank in the PacketLibraryVe...
2005-03-23 Guy HarrisIt doesn't matter whether, when building with WinPcap...
2005-03-23 Guy HarrisIf we have "pcap_freecode()", use it to free the instru...
2004-09-27 Guy HarrisIf "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i...
2004-09-24 Gerald CombsFix a typo.
2004-09-23 Guy HarrisFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-08-10 Guy HarrisFrom Graham Bloice: if we don't have "pcap_lib_version...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-12 Guy HarrisOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-03-13 Ulf Lampingexperimental: make usage of pcap_setbuff to increase...
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-21 Ulf Lampingremoved some MSVC warnings (moved pcap.h before glib.h)
2003-10-10 Guy HarrisConfigure whether we have WinPcap based on whether...
2003-10-10 Guy HarrisGet the version number of the libpcap/WinPcap with...
2003-10-10 Guy HarrisUse "pcap_findalldevs()" if present.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2001-04-03 Gilbert RamirezNow that WinPcap is a DLL, I can load it at run-time...