aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-28 11:05:51 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-28 11:05:51 +0000
commit7e4508dbaeb3b9766a1a8b609acbed6ec523ebdd (patch)
treecec416f861481d0c1acfba756b4f816347c974a4 /capture_opts.h
parent9db18c8e309626b90fd64c3ed57cf739c93be8d7 (diff)
As mentioned on the users-mailinglist[1], it could be useful to have groups read access to the ringbuffer that dumpcap creates. That way, a group of people can access the capture files without having to use root access.
[1] http://www.wireshark.org/lists/wireshark-users/201008/msg00235.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33978 f5534014-38df-0310-8fa8-9805f1628bb7
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 ed287df9a1..478d41be54 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -118,6 +118,7 @@ typedef struct capture_options_tag {
gboolean monitor_mode; /**< Capture in monitor mode, if available */
gboolean saving_to_file; /**< TRUE if capture is writing to a file */
gchar *save_file; /**< the capture file name */
+ gboolean group_read_access; /**< TRUE is group read permission needs to be set */
gboolean use_pcapng; /**< TRUE if file format is pcapng */
/* GUI related */