witness: cast to avoid C++ warnings
[metze/wireshark/wip.git] / capture-pcap-util.c
2013-10-18 wmeierRevert SVN #52650 as per discussion on wireshark-dev
2013-10-16 etxrabPrepend to lists rather than append as that's more...
2013-06-17 stigAdded a missing CFRelease.
2013-05-22 eapacheAdd missing include file that's needed so symbols are...
2013-05-22 guyOn OS X, get the interface type from the System Configu...
2012-11-24 guy"vendor_description", not "description".
2012-11-24 guyPut the code to convert a GUID string to a GUID structu...
2012-11-24 guyRename get_windows_interface_friendlyname() to
2012-11-23 guyHoist all the friendly-name/vendor-description stuff...
2012-11-22 guyIt's get_windows_interface_friendlyname(), not
2012-11-22 guyOn UN*X, if an interface has a description, use it...
2012-11-19 etxrabFrom Mike Garratt:
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2011-04-26 guyCast away warnings about "struct sockaddr" -> "struct...
2010-05-18 guyMove get_pcap_linktype() into dumpcap - it's not used...
2010-05-14 guyUm, no, the problem with the Leopard x86 build is that...
2010-05-14 guySee whether the Leopard x86 buildbot is upset because...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-03-04 guySquelch some compiler warnings.
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-02-28 stigAdded svn:ignore targets.
2009-03-16 wmeierHack toprevent checkAPIs complaining about use of ...
2009-03-15 stigFrom Jakub Zawadzki:
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 stigDo not use functions for remote capture on local interf...
2008-07-04 wmeierFix benign usage of incorrect symbol in #ifdef
2008-07-04 guyIf we have pcap_free_datalinks(), use it. If not,...
2008-02-21 guyConstify some arguments.
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 ulflfirst steps to support MSVC 2008 Express Edition
2007-08-23 geraldInclude libpcap.h so that we can use wtap_pcap_encap_to...
2007-04-13 standelfix gcc warning about qualifier types (const) which...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-11-02 jmayerFrederic Heem:
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-02-25 ulflan error return was missing a pcap_close() call
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-14 guyConstify a bunch of arguments and variables, to squelch...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h