aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-31 14:49:21 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-31 14:49:21 +0000
commitbf3b6200ebf144fdb5620ff1815bb1bda125d288 (patch)
treeeb50fdaf9f252918e5d1788b0148e66f152a3fb2 /capture_opts.h
parent05402df5b76656e0c80521375efb605a26579396 (diff)
Get rid of has_cfilter to simplify the handling of multiple interfaces.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37478 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 8eda37b2b2..fc020cb346 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -105,7 +105,6 @@ typedef struct interface_options_tag {
typedef struct capture_options_tag {
/* general */
void *cf; /**< handle to cfile (note: untyped handle) */
- gboolean has_cfilter; /**< TRUE if capture filter specified on command line */
gchar *cfilter; /**< Capture filter string
*< XXX: Can finally be be removed.
*< Replaced by interface_options.cfilter */