http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28196
User: gerald
Date: 2009/04/29 03:42 PM
Log:
Add the ability to push and pop messages in to and out of the welcome
screen header, similar to the status bar. Hide the welcome body if the
message stack length is > 0. Use this to display the "Waiting for
capture input data..." message when we're capturing from a pipe. This
lets the user know what's going on and keeps them from clicking on a
welcome screen item while we're waiting for data to arrive. You can see
this in action by running
(sleep 5; cat /path/to/a/capture) | wireshark -k -i -
Directory: /trunk/gtk/
Changes Path Action
+5 -1 main_statusbar.c Modified
+65 -24 main_welcome.c Modified
+14 -0 main_welcome.h Modified