aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 23:56:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 23:56:00 +0000
commitb145e3d31f1c302a6ae274b2ba77a72470391697 (patch)
treef99dc55a9cbb5b539c475acb2c1c4bed84433a1c /capture_sync.c
parent894a783863d51be1269701d8c8b56b0411dd157b (diff)
Make -Z always generate machine-readable output, and don't bother
supplying -M along with -Z. (We keep -M around for debugging use; it's documented, unlike -Z.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32850 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 4665473630..df9d85deea 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -1007,7 +1007,6 @@ sync_interface_list_open(gchar **data, gchar **primary_msg,
/* Ask for the interface list */
argv = sync_pipe_add_arg(argv, &argc, "-D");
- argv = sync_pipe_add_arg(argv, &argc, "-M");
#ifndef DEBUG_CHILD
/* Run dumpcap in capture child mode */
@@ -1054,7 +1053,6 @@ sync_if_capabilities_open(const gchar *ifname, gboolean monitor_mode,
argv = sync_pipe_add_arg(argv, &argc, "-L");
if (monitor_mode)
argv = sync_pipe_add_arg(argv, &argc, "-I");
- argv = sync_pipe_add_arg(argv, &argc, "-M");
#ifndef DEBUG_CHILD
/* Run dumpcap in capture child mode */
@@ -1095,7 +1093,6 @@ sync_interface_stats_open(int *data_read_fd, int *fork_child, gchar **msg)
/* Ask for the interface statistics */
argv = sync_pipe_add_arg(argv, &argc, "-S");
- argv = sync_pipe_add_arg(argv, &argc, "-M");
#ifndef DEBUG_CHILD
argv = sync_pipe_add_arg(argv, &argc, "-Z");