more
[metze/wireshark/wip.git] / ui / capture_ui_utils.c
2018-08-13 Guy HarrisPut the interface descrptions into the IDB when capturi...
2018-08-13 Guy HarrisMove get_iface_display_name() to ui/iface_lists.c.
2018-08-11 Guy HarrisMore comments.
2018-08-11 Guy HarrisMake a routine static that's not used outside its sourc...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2017-12-04 AndersBromanUse g_list_prepend() it's faster.
2017-11-30 Gerald CombsReformat some top-level ui files.
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2015-12-02 Stig BjørlykkeQt: Use uniform interface display name
2015-04-05 Guy HarrisHave a common routine for constructing strings listing...
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-19 Gerald CombsTry to fix interface property fetching.
2015-03-19 Guy HarrisSquelch a "no implicit conversions in C++" warning.
2015-03-19 Guy HarrisFix extracting of parameter.
2015-03-19 Guy HarrisFix a comment.
2015-03-19 Guy HarrisPatch some memory leaks.
2015-03-18 Guy HarrisFix space before tab.
2015-03-18 Guy HarrisFix parsing of interface properties strings.
2014-10-17 AndersBromanisdigit -> g_ascii_isdigit to make the build work.
2014-10-17 Guy HarrisRemove unnecessary includes of <ctype.h>.
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-08-29 Gerald CombsQt: Rework the "Manage Interfaces" dialog.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-02 Irene RuengelerManage Interfaces
2014-06-30 Guy HarrisGet rid of another unused routine.
2014-06-30 Guy HarrisGet rid of unused routine.
2014-06-30 Guy HarrisMake a routine unused outside capture_ui_utils.c static.
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.