aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-07-06 18:01:35 -0400
committerMartin Kaiser <wireshark@kaiser.cx>2014-07-08 13:26:40 +0000
commitfdc7e5af28991f54534ba2d35c5f2d46e362185f (patch)
tree2600ed65bf01b5a06242818c9f7551693b0c3e9f /capture_opts.h
parenta7e616d1622b0f0fb75923b1e4e0c59635d90a55 (diff)
better description of ifaces and all_ifaces
Change-Id: I148beb52574b0f7d990722901b72653c71026cb8 Reviewed-on: https://code.wireshark.org/review/2939 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
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;
/*