URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ebcdec88f42b40687210fba5f6a80ba8af73d3d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
4ebcdec 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/7943
Actions performed:
from d96d0d5 Have a common routine for constructing strings listing interfaces.
adds 4ebcdec 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(-)