URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1aa86d7250da08b4e09c67b0dd8879ee1b203716
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
1aa86d7 by Guy Harris (guy@xxxxxxxxxxxx):
Move get_iface_display_name() to ui/iface_lists.c.
It's only used there, so move it there.
Change-Id: I68472150e020ba94166782e3e4c08cba94c0f9ee
Reviewed-on: https://code.wireshark.org/review/29114
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit d0e90850c9b167e9cca229ecbc701ec592baea61)
Reviewed-on: https://code.wireshark.org/review/29115
Actions performed:
from a18dcf0 [Automatic update for 2018-08-12]
add 1aa86d7 Move get_iface_display_name() to ui/iface_lists.c.
Summary of changes:
ui/capture_ui_utils.c | 57 ---------------------------------------------------
ui/capture_ui_utils.h | 9 --------
ui/iface_lists.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 66 deletions(-)