aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index e1d3ff7960..8a29b8299b 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -210,6 +210,7 @@ typedef struct interface_options_tag {
GHashTable *extcap_args;
GPid extcap_pid; /* pid of running process or WS_INVALID_PID */
gpointer extcap_pipedata;
+ gchar *extcap_stderr;
guint extcap_child_watch;
#ifdef _WIN32
HANDLE extcap_pipe_h;
@@ -326,6 +327,8 @@ typedef struct capture_options_tag {
gboolean output_to_pipe; /**< save_file is a pipe (named or stdout) */
gboolean capture_child; /**< hidden option: Wireshark child mode */
gchar *compress_type; /**< compress type */
+ gchar *closed_msg; /**< Dumpcap capture closed message */
+ guint extcap_terminate_id; /**< extcap process termination source ID */
} capture_options;
/* initialize the capture_options with some reasonable values */