From fdc7e5af28991f54534ba2d35c5f2d46e362185f Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sun, 6 Jul 2014 18:01:35 -0400 Subject: better description of ifaces and all_ifaces Change-Id: I148beb52574b0f7d990722901b72653c71026cb8 Reviewed-on: https://code.wireshark.org/review/2939 Reviewed-by: Martin Kaiser Tested-by: Martin Kaiser --- capture_opts.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'capture_opts.h') 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; /* -- cgit v1.2.1