aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2009-04-27 08:11:10 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2009-04-27 08:11:10 +0000
commit6de58c28f042ef6ed5533151d9849326874b360e (patch)
tree5c1463bcb80679ccde4e95d58a6d47416fdff832 /capture_opts.h
parent6c26c204a1a3fdc7a6d50ec674c24dc9fca980cc (diff)
Add -n option to dumpcap. It will save the capture files in
pcapng format instead of pcap. The default is to use pcap. svn path=/trunk/; revision=28170
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 0ce50a2f88..7b7fb67d86 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -116,6 +116,7 @@ typedef struct capture_options_tag {
"use default" */
gboolean saving_to_file; /**< TRUE if capture is writing to a file */
gchar *save_file; /**< the capture file name */
+ gboolean use_pcapng; /**< TRUE if file format is pcapng */
/* GUI related */
gboolean real_time_mode; /**< Update list of packets in real time */