Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41521: /trunk/ /trunk/ui/gtk/: main.c main_statusbar.c /

Date: Tue, 13 Mar 2012 08:36:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41521

User: guy
Date: 2012/03/13 01:36 AM

Log:
 Add an explicit capture_cb_capture_failed indication for the case where
 we weren't even able to start a capture, rather than delivering a fake
 "capture start" indication and relying on a later "capture file closed"
 indication - for a capture that was never opened in the first place - to
 handle GUI cleanups.
 
 Don't deliver any GUI indications in cf_close() if we didn't have a
 capture file open in the first place.
 
 Clear the status bar and welcome header if that indication is delivered.
 
 If we start a capture from the command line with the -k flag, don't show
 the captured packet information unless the capture actually starts.

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +4 -2      main.c              Modified
  +17 -0     main_statusbar.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +57 -59    capture.c     Modified
  +2 -1      capture.h     Modified
  +7 -6      file.c        Modified