Fix for bug 4695:
[metze/wireshark/wip.git] / capture_ui_utils.c
2010-04-05 Gerald CombsNote that -X stdin_descr stretches the original intent...
2010-04-01 Gerald CombsKeep a copy of the interface description and capture...
2010-03-04 Guy HarrisIt uses isdigit(), so it requires <ctype.h>.
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2010-02-23 Anders BromanFix indentation.
2008-06-03 Guy Harrisstrtol() returns a long, as the name suggests; assign...
2008-06-03 Guy HarrisInclude <stdlib.h> to declare strtol().
2008-06-02 Stig BjørlykkeAdded an option to set default link-layer header type...
2008-04-18 Stig BjørlykkeDisplay the interface comment if defined.
2008-01-31 Stig BjørlykkeHide hidden devices in "Capture Interfaces" dialog.
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-09-04 Jeff MorrissDon't call get_interface_descriptive_name() on a NULL...
2007-08-28 Stephen FisherFix for bug #1801 (bugs.wireshark.org/bugzilla/show_bug...
2007-08-24 Guy HarrisAdd a comment explaining why get_interface_descriptive_...
2007-08-22 Jeff Morrissgcc 4 doesn't like my macro for getting the interface...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2006-05-21 Ronnie Sahlbergname change
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-13 Ulf Lampingmake get_if_name() parameter if_text const, it's not...
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-04-19 Ulf Lampingfix some minor bugs with the current interface name:
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-01-16 Guy HarrisRename capture_combo_utils.{c,h} to capture_ui_utils...