Remove a no-longer-used variable.
[metze/wireshark/wip.git] / capture_ui_utils.c
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-05-13 Guy HarrisEliminate some includes of ui/simple_dialog.h by files...
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-03-07 Irene RüngelerAdd buffersize and snap length to the preferences.
2013-03-05 Anders BromanUse explicit casts.
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-11-22 Guy HarrisClean up indentation.
2012-11-19 Anders BromanFrom Mike Garratt:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2011-10-20 Michael TüxenBack out infrastructure change. We missed supporting
2011-10-20 Michael TüxenUse a global list containing all interfaces and only...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-05-19 Michael TüxenWhen capturing from multiple interfaces, indicate this...
2011-03-23 Bill MeierRemove unneeded NULL Test...
2011-02-17 Guy HarrisUse "XXX != NULL" rather than "XXX" to test for a null...
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...