aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-04-25 05:47:11 +0000
committerGuy Harris <guy@alum.mit.edu>2013-04-25 05:47:11 +0000
commit39779a7bee18c7489079154d8d72350fb0d74f0b (patch)
tree3eebb55d146d2cfc2e74d85ff496afa0c6dc0327 /ui/win32
parent35d3fa75bed0add8fbfca7069327a3942552045c (diff)
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. svn path=/trunk/; revision=49025
Diffstat (limited to 'ui/win32')
-rw-r--r--ui/win32/console_win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/win32/console_win32.c b/ui/win32/console_win32.c
index 58184e2f35..d240a56ce2 100644
--- a/ui/win32/console_win32.c
+++ b/ui/win32/console_win32.c
@@ -34,7 +34,6 @@
#include <wsutil/file_util.h>
#include "console_win32.h"
-#include "../../console_io.h"
#if _MSC_VER < 1500
/* AttachConsole() needs this #define! */