Store drop count if present.
[obnox/wireshark/wip.git] / capture_ui_utils.c
2012-01-25 tuexenThird try. This time pipes and stdin are supported...
2012-01-24 tuexenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 tuexenSecond try. This time pipes and stdin are supported.
2011-10-20 tuexenBack out infrastructure change. We missed supporting
2011-10-20 tuexenUse a global list containing all interfaces and only...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-05-19 tuexenWhen capturing from multiple interfaces, indicate this...
2011-03-23 wmeierRemove unneeded NULL Test...
2011-02-17 guyUse "XXX != NULL" rather than "XXX" to test for a null...
2010-04-05 geraldNote that -X stdin_descr stretches the original intent...
2010-04-01 geraldKeep a copy of the interface description and capture...
2010-03-04 guyIt uses isdigit(), so it requires <ctype.h>.
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-02-23 etxrabFix indentation.
2008-06-03 guystrtol() returns a long, as the name suggests; assign...
2008-06-03 guyInclude <stdlib.h> to declare strtol().
2008-06-02 stigAdded an option to set default link-layer header type...
2008-04-18 stigDisplay the interface comment if defined.
2008-01-31 stigHide hidden devices in "Capture Interfaces" dialog.
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 ulflfirst steps to support MSVC 2008 Express Edition
2007-09-04 morrissDon't call get_interface_descriptive_name() on a NULL...
2007-08-28 sfisherFix for bug #1801 (bugs.wireshark.org/bugzilla/show_bug...
2007-08-24 guyAdd a comment explaining why get_interface_descriptive_...
2007-08-22 morrissgcc 4 doesn't like my macro for getting the interface...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-05-21 sahlbergname change
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-13 ulflmake get_if_name() parameter if_text const, it's not...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-04-19 ulflfix some minor bugs with the current interface name:
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...