Guess what the intent of the enable_ok Boolean was.
[metze/wireshark/wip.git] / capture-pcap-util.c
2013-06-17 Stig BjørlykkeAdded a missing CFRelease.
2013-05-22 Evan HuusAdd missing include file that's needed so symbols are...
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2012-11-24 Guy Harris"vendor_description", not "description".
2012-11-24 Guy HarrisPut the code to convert a GUID string to a GUID structu...
2012-11-24 Guy HarrisRename get_windows_interface_friendlyname() to
2012-11-23 Guy HarrisHoist all the friendly-name/vendor-description stuff...
2012-11-22 Guy HarrisIt's get_windows_interface_friendlyname(), not
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-04-26 Guy HarrisCast away warnings about "struct sockaddr" -> "struct...
2010-05-18 Guy HarrisMove get_pcap_linktype() into dumpcap - it's not used...
2010-05-14 Guy HarrisUm, no, the problem with the Leopard x86 build is that...
2010-05-14 Guy HarrisSee whether the Leopard x86 buildbot is upset because...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-03-04 Guy HarrisSquelch some compiler warnings.
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2010-02-27 Guy HarrisMove a routine into dumpcap - it's not used outside...
2009-03-16 Bill MeierHack toprevent checkAPIs complaining about use of ...
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki:
2008-12-21 Guy HarrisIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 Stig BjørlykkeDo not use functions for remote capture on local interf...
2008-07-04 Bill MeierFix benign usage of incorrect symbol in #ifdef
2008-07-04 Guy HarrisIf we have pcap_free_datalinks(), use it. If not,...
2008-02-21 Guy HarrisConstify some arguments.
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-08-23 Gerald CombsInclude libpcap.h so that we can use wtap_pcap_encap_to...
2007-04-13 Sebastien Tandelfix gcc warning about qualifier types (const) which...
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2006-11-02 Jörg MayerFrederic Heem:
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-02-25 Ulf Lampingan error return was missing a pcap_close() call
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2005-12-14 Guy HarrisConstify a bunch of arguments and variables, to squelch...
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h