aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/capture_opts.h b/capture_opts.h
index a603a6e330..2097e2ab4d 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -236,10 +236,14 @@ typedef struct interface_options_tag {
/** Capture options coming from user interface */
typedef struct capture_options_tag {
/* general */
- 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 */
+ 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 */
+ int ifaces_err; /**< if all_ifaces is null, the error
+ when it was fetched, if any */
+ gchar *ifaces_err_info; /**< error string for that error */
guint num_selected;
/*