summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-11 20:01:11 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-11 20:01:11 +0000
commit6f3ee54d62bf22540d1e770f304c714a8424fdd3 (patch)
tree4703d04984d00927024431358bbc70350f9bdcbb /capture_opts.c
parent7f6caeb730c78d00eaaa5f3bb2645cb83948edac (diff)
downloadwireshark-6f3ee54d62bf22540d1e770f304c714a8424fdd3.tar.gz
Add a comment to indicate what collect_ifaces() does.
svn path=/trunk/; revision=41490
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)
{