Wireshark-commits: [Wireshark-commits] master-1.10 c167286: Show a list of interfaces on the welcom
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c167286d55914b152d45490327f9dab02c1d4d56
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
c167286 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>
(cherry picked from commit bfd3d269e2705129c4d7e75c66b9750ba0fbf0bc)
Reviewed-on: https://code.wireshark.org/review/7944
Actions performed:
from d842745 Have a common routine for constructing strings listing interfaces.
adds c167286 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(-)