summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-08-28 11:05:51 +0000
committerSake Blok <sake@euronet.nl>2010-08-28 11:05:51 +0000
commitf17c5ac01f9198a033f6c1cb97ee54676121453e (patch)
treecec416f861481d0c1acfba756b4f816347c974a4 /capture_opts.h
parent42a0f16cef0e3009168d8c2ffa6987ffcf8ecca4 (diff)
downloadwireshark-f17c5ac01f9198a033f6c1cb97ee54676121453e.tar.gz
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 svn path=/trunk/; revision=33978
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 */