summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 7714b15b4a..67a5bfe349 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -123,7 +123,6 @@ typedef struct interface_tag {
gint active_dlt;
gboolean pmode;
gboolean has_snaplen;
- gboolean snap_pref;
guint snaplen;
gboolean local;
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
@@ -233,6 +232,7 @@ typedef struct capture_options_tag {
uid_t owner; /**< owner of the cfile */
gid_t group; /**< group of the cfile */
#endif
+ gboolean session_started;
} capture_options;
/* initialize the capture_options with some reasonable values */