summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 3990f2a0e7..10e6183847 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -965,6 +965,10 @@ static gboolean capture_opts_output_to_pipe(const char *save_file, gboolean *is_
return 0;
}
+/*
+ * Add all non-hidden selected interfaces in the "all interfaces" list
+ * to the list of interfaces for the capture.
+ */
void
collect_ifaces(capture_options *capture_opts)
{