Wireshark-commits: [Wireshark-commits] rev 49025: /trunk/ /trunk/ui/gtk/: main.c /trunk/ui/qt/: mai

Date: Thu, 25 Apr 2013 05:47:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49025

User: guy
Date: 2013/04/24 10:47 PM

Log:
 Send the output of the -D and -L options to the standard output rather
 than the standard error.
 
 In Wireshark on Windows, create a console before doing so and destroy it
 before exiting.  Don't do that in TShark or dumpcap, as those are
 console-mode programs on Windows.
 
 This should fix bug 8609 and still allow "wireshark -D" and "wireshark
 -L" to work when the standard output isn't redirected.

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +33 -40    main.c        Modified

Directory: /trunk/ui/qt/
  Changes    Path          Action
  +35 -46    main.cpp      Modified

Directory: /trunk/
  Changes    Path               Action
  +0 -1      Makefile.common    Modified
  +11 -12    capture_opts.c     Modified
  +0 -51     console_io.h       Removed
  +0 -21     dumpcap.c          Modified
  +0 -21     tshark.c           Modified

Directory: /trunk/ui/win32/
  Changes    Path               Action
  +0 -1      console_win32.c    Modified