aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-26 00:19:27 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-26 00:19:27 +0000
commit7a630c61a1ad5e3cb7f6895256e568ca5a292645 (patch)
treef797ed91953ee652853c0a02b81557510f7c91b1 /capture_opts.h
parent237eef2ae7c9c4bb8b75fac76d79d3c3ad76fc51 (diff)
Add a -q flag to dumpcap, to squelch its reporting of the packet count,
and add support for SIGINFO, so, if your OS supports SIGINFO, you can get the packet count by typing ^T. svn path=/trunk/; revision=32958
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 34709fce04..f99d4b623a 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -119,6 +119,7 @@ typedef struct capture_options_tag {
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 */
+ gboolean quiet; /**< TRUE if no packet counts should be printed */
/* GUI related */
gboolean real_time_mode; /**< Update list of packets in real time */