TODO SMB2 NegotiateContext....
[metze/wireshark/wip.git] / ui / iface_lists.c
2018-08-13 Guy HarrisMove get_iface_display_name() to ui/iface_lists.c.
2018-08-11 Guy HarrisGet rid of unused routine.
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardoui: use SPDX identifiers.
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-12-11 Gerald CombsRevert "Move fill_in_local_interfaces to a thread."
2017-12-11 Dario Lombardofix compilation without pcap.
2017-12-11 Gerald CombsMove fill_in_local_interfaces to a thread.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-08-28 Mikael Kanstrupiface_lists: Remove locked field
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-28 Mikael Kanstrupiface_lists: Access all_ifaces member by reference
2017-08-22 Ahmad FatoumFix requesting hardware timestamps without -k
2017-07-05 Andersiface_lists: do not drop named pipes from interfaces...
2017-06-30 Peter Wuiface_lists: select interfaces via command line (option -i)
2017-03-22 Peter WuRestore interface selection after interface refresh
2016-12-25 Mikael KanstrupAvoid recursive scan_local_interfaces operation
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-04-01 Peter WuFix "No interfaces selected" when restarting capture
2015-12-11 Mikael KanstrupFix memory leaks in all_ifaces when interface list...
2015-12-02 Stig Bjørlykkeui: Update interfaces when when changing profile.
2015-12-02 Stig BjørlykkeQt: Use uniform interface display name
2015-11-25 Mikael KanstrupFix memory leaks related to hide_interface function
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in ui.
2015-10-04 Peter WuFix various memleaks
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-04-04 Guy HarrisLet capture_dev_user_pmode_find() say "not found".
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-23 Guy HarrisCentralize the code to set the active_dlt value for...
2015-03-18 Guy HarrisFix parsing of interface properties strings.
2015-01-06 Michael MannReplace ep_address_to_str with address_to_str.
2014-12-28 Michael MannReplace ip6_to_str and ip6_guint8_to_str with address_t...
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-08-21 Roland KnallExtcap Capture Interface
2014-07-25 Guy HarrisHandle empty interface lists when the list changes.
2014-07-12 Martin Kaiserfix scan_local_interfaces()
2014-07-08 Martin Kaiserdon't print the interface description if it's null
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-02 Roland KnallFix ui/iface_lists.c - type attribute is not copied
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2013-11-26 Guy HarrisActually, you can set the link-layer header type global...
2013-11-25 Guy HarrisIf we don't have any preference set for the link-layer...
2013-10-22 Irene RüngelerUse the preferred or default linktype as active.
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-04 Anders BromanFrom Mike Garratt:
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-05-21 Irene RüngelerOnly overwrite the scanned link layer properties if...
2013-04-16 Evan HuusRe-add format argument that appears to have been accide...
2013-04-16 Irene RüngelerUpdate interface list when interface get lost and come...
2013-03-19 Anders BromanFrom beroset:
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2013-02-28 Jeff MorrissFrom Anders: more places to increase the default captur...
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-11-19 Jeff MorrissPut a line of code on its own line (instead of followin...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-10-24 Alexis La GoutteAdd Modelines info for new common ui source file(s)
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-04 Gerald CombsMake sure global_capture_opts is properly declared.
2012-08-01 Gerald CombsIt looks like we haven't inserted anything into the...
2012-08-01 Gerald CombsMove the common parts of iface_lists.[ch] from ui/gtk...