From Chris Maynard via bug 4014:
[obnox/wireshark/wip.git] / capture_ui_utils.c
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...