From f17c5ac01f9198a033f6c1cb97ee54676121453e Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 28 Aug 2010 11:05:51 +0000 Subject: 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 --- capture_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_opts.h') 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 */ -- cgit v1.2.1