aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
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 /Makefile.common
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 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 90283361bb..e320a7aa5d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -71,7 +71,6 @@ WIRESHARK_COMMON_INCLUDES = \
cfutils.h \
clopts_common.h \
cmdarg_err.h \
- console_io.h \
color.h \
disabled_protos.h \
file.h \