aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/capture_opts.h b/capture_opts.h
index fba10f8022..50894f5469 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -228,9 +228,10 @@ typedef struct interface_options_tag {
/** Capture options coming from user interface */
typedef struct capture_options_tag {
/* general */
- GArray *ifaces; /**< array of interfaces.
- Currently only used by dumpcap. */
- GArray *all_ifaces;
+ GArray *ifaces; /* the interfaces to use for the next capture,
+ entries are of type interface_options */
+ GArray *all_ifaces; /* all interfaces,
+ entries are of type interface_t */
guint num_selected;
/*