aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-16 00:55:04 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-16 00:55:04 +0000
commit05c3ac31a11566a50cc1749fa42d46f3de51471e (patch)
tree6aba5fb5f8dd7c4aa93a07df6e0b46371adf6b3d /capture_opts.h
parent536baa09ea2b8f0a39e3b2d2285af54981856581 (diff)
* Fix a bug when printing a pointer.
* Remove number_of_ifaces, since ifaces->len can be used instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37174 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 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