summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-05-31 14:49:21 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-05-31 14:49:21 +0000
commit8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c (patch)
treeeb50fdaf9f252918e5d1788b0148e66f152a3fb2 /capture_opts.h
parent6516aa9864d056fd327de0a1c76ed11ccea00317 (diff)
downloadwireshark-8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c.tar.gz
Get rid of has_cfilter to simplify the handling of multiple interfaces.
svn path=/trunk/; revision=37478
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 */