From 44e6a88b134b0b35ea6c7d76dd76647f357b86c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20R=C3=BCngeler?= Date: Wed, 13 Mar 2013 12:38:08 +0000 Subject: Add interface options preferences. svn path=/trunk/; revision=48275 --- capture_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.h') 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 */ -- cgit v1.2.1