Wireshark-commits: [Wireshark-commits] master bfd3d26: Show a list of interfaces on the welcome scr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Apr 2015 08:01:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfd3d269e2705129c4d7e75c66b9750ba0fbf0bc
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bfd3d26 by Guy Harris (guy@xxxxxxxxxxxx):

    Show a list of interfaces on the welcome screen when capturing.
    
    In a non-update-list-of-packets-in-real-time capture, once the capture
    starts, put up a message on the welcome screen indicating on what
    interfaces we're capturing, rather than leaving the "waiting for stuff
    to arrive from dumpcap" message up.
    
    Make some routines not used outside main_welcome.c static while we're at
    it.
    
    Change-Id: I461dd1333d3fa2b64f20310f7b77b45578f9b40d
    Reviewed-on: https://code.wireshark.org/review/7942
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d4bfa9c   Have a common routine for constructing strings listing interfaces.
    adds  bfd3d26   Show a list of interfaces on the welcome screen when capturing.


Summary of changes:
 ui/gtk/main_welcome.c |   33 +++++++++++++++++++++++++++------
 ui/gtk/main_welcome.h |   15 ---------------
 2 files changed, 27 insertions(+), 21 deletions(-)