aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-05-16 00:55:04 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-05-16 00:55:04 +0000
commit448fdb60b3cd17c315bf76c50615efe2f68e07b2 (patch)
tree6aba5fb5f8dd7c4aa93a07df6e0b46371adf6b3d /capture_opts.h
parent9a2ba01e85edeb36355c27d7e5ee732c9d4cf16e (diff)
* Fix a bug when printing a pointer.
* Remove number_of_ifaces, since ifaces->len can be used instead. svn path=/trunk/; revision=37174
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 1e603af95d..81e7cadfdf 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -108,7 +108,6 @@ typedef struct capture_options_tag {
*< Replaced by interface_options.descr */
GArray *ifaces; /**< array of interfaces.
Currently only used by dumpcap. */
- gint number_of_ifaces; /**< Curently only used by dumpcap. */
interface_options default_options;
#ifdef HAVE_PCAP_REMOTE
/**< XXX: Should this whole block moved to