aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-07-27 16:13:29 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-07-27 16:13:29 +0000
commite04a12af8c02c409a0e8c06146988de0795aa029 (patch)
tree1f67ecd9ea612d39981d37dea98e73b0aceac74a /capture_opts.h
parent234cd8dac4d97ca9babdd513597ea97d3749935a (diff)
add capture_comment to the capture_options structure
svn path=/trunk/; revision=50943
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 4cd77c63c5..df8c622794 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -200,6 +200,9 @@ typedef struct capture_options_tag {
is specified */
gint32 autostop_duration; /**< Maximum capture duration */
+ gchar *capture_comment; /** capture comment to write to the
+ output file */
+
/* internally used (don't touch from outside) */
gboolean output_to_pipe; /**< save_file is a pipe (named or stdout) */
gboolean capture_child; /**< hidden option: Wireshark child mode */