URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4bfa9c43b05ccbdef212f55fb56b73a5033e5f6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d4bfa9c by Guy Harris (guy@xxxxxxxxxxxx):
    Have a common routine for constructing strings listing interfaces.
    
    We have a bunch of duplicated code to make those lists; make a common
    routine for that.  (dumpcap currently doesn't use it, as the routine in
    question uses a routine in libui, which dumpcap doesn't use.  We should
    probably fix that.)
    
    Change-Id: I9058bf3320d420b8713e90743618972da1d1c6ed
    Reviewed-on: https://code.wireshark.org/review/7934
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  24af6ee   Pop the welcome screen message when we close a file.
    adds  d4bfa9c   Have a common routine for constructing strings listing interfaces.
Summary of changes:
 tshark.c                  |   27 ++----------------------
 ui/capture.c              |   31 ++--------------------------
 ui/capture_ui_utils.c     |   50 +++++++++++++++++++++++++++++++++++++++++++++
 ui/capture_ui_utils.h     |   17 +++++++++++++++
 ui/gtk/capture_info_dlg.c |   39 +++--------------------------------
 ui/gtk/main_statusbar.c   |   18 +---------------
 6 files changed, 75 insertions(+), 107 deletions(-)