summaryrefslogtreecommitdiff
path: root/capture_opts.c
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.c
parent234cd8dac4d97ca9babdd513597ea97d3749935a (diff)
downloadwireshark-e04a12af8c02c409a0e8c06146988de0795aa029.tar.gz
add capture_comment to the capture_options structure
svn path=/trunk/; revision=50943
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index eea7b3afb2..51b8be74cc 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -112,6 +112,7 @@ capture_opts_init(capture_options *capture_opts)
capture_opts->autostop_filesize = 1024; /* 1 MB */
capture_opts->has_autostop_duration = FALSE;
capture_opts->autostop_duration = 60; /* 1 min */
+ capture_opts->capture_comment = NULL;
capture_opts->output_to_pipe = FALSE;
capture_opts->capture_child = FALSE;