Wireshark-commits: [Wireshark-commits] rev 49087: / /trunk-1.10/ui/gtk/: main.c /trunk-1.10/ui/qt/:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49087
User: guy
Date: 2013/04/29 02:19 PM
Log:
Copy over r49025 from trunk:
------------------------------------------------------------------------
r49025 | guy | 2013-04-24 22:47:11 -0700 (Wed, 24 Apr 2013) | 10 lines
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-1.10/ui/gtk/
Changes Path Action
+33 -40 main.c Modified
Directory: /trunk-1.10/ui/qt/
Changes Path Action
+35 -46 main.cpp Modified
Directory: /trunk-1.10/
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-1.10/ui/win32/
Changes Path Action
+0 -1 console_win32.c Modified