From 78e334b845fd815976369a2a9c0756c8cbe5d7b6 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 4 Jun 2013 04:36:19 +0000 Subject: 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 --- capture_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_opts.h') 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 */ -- cgit v1.2.1