Wireshark-commits: [Wireshark-commits] master-1.10 d842745: Have a common routine for constructing
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Apr 2015 07:04:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d842745c098cf7eb9ef072a2f9c1597f9ee4f43b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

d842745 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: I412d01d53329bf4e769ad08cf03b7b11bcabe95f
    Reviewed-on: https://code.wireshark.org/review/7940
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  42e7d0a   Pop the welcome screen message when we close a file.
    adds  d842745   Have a common routine for constructing strings listing interfaces.


Summary of changes:
 capture.c                 |   31 ++--------------------------
 capture_ui_utils.c        |   50 +++++++++++++++++++++++++++++++++++++++++++++
 capture_ui_utils.h        |   17 +++++++++++++++
 tshark.c                  |   26 ++---------------------
 ui/gtk/capture_info_dlg.c |   39 +++--------------------------------
 ui/gtk/main_statusbar.c   |   18 +---------------
 6 files changed, 75 insertions(+), 106 deletions(-)