diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2011-05-31 14:49:21 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2011-05-31 14:49:21 +0000 |
commit | 8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c (patch) | |
tree | eb50fdaf9f252918e5d1788b0148e66f152a3fb2 /capture_opts.h | |
parent | 6516aa9864d056fd327de0a1c76ed11ccea00317 (diff) | |
download | wireshark-8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c.tar.gz wireshark-8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c.tar.bz2 wireshark-8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c.zip |
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.h | 1 |
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 */ |