aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-27 01:13:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-27 01:13:49 +0000
commitf9cf60252ee2cfb450f63c845d272eccadd64a9f (patch)
tree9eef130c3457defbed6430c418e1e05d57f037b9 /capture_opts.h
parent978100cc0cb78e164216414d6e9fb285290ce644 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32988 f5534014-38df-0310-8fa8-9805f1628bb7
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 */