aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-27 01:13:49 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-27 01:13:49 +0000
commit80fda10f180b1f3d8c4ed65561233d33aa89abca (patch)
tree9eef130c3457defbed6430c418e1e05d57f037b9 /capture_opts.h
parentb3a83551a322d9f8ccecec52e07a19670e345bbe (diff)
Make -q not a capture option again - it's used by tshark even when not
capturing, and thus even when we build without pcap. svn path=/trunk/; revision=32988
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index f99d4b623a..34709fce04 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -119,7 +119,6 @@ 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 */