aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-06-04 04:36:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-06-04 04:36:19 +0000
commit78e334b845fd815976369a2a9c0756c8cbe5d7b6 (patch)
tree7ecc504c8af78c9cb36ec5cfde644c23cea2acbd /capture_opts.h
parentee109cc7b230127f04a4ef9d4ad5ed98a7820a42 (diff)
From Mike Garratt:
Friendly Names support causing unnecessary delay when Wireshark starts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8034 svn path=/trunk/; revision=49752
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 7d966bc559..4cd77c63c5 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -202,6 +202,7 @@ typedef struct capture_options_tag {
/* internally used (don't touch from outside) */
gboolean output_to_pipe; /**< save_file is a pipe (named or stdout) */
+ gboolean capture_child; /**< hidden option: Wireshark child mode */
} capture_options;
/* initialize the capture_options with some reasonable values */