Add a comment to indicate what collect_ifaces() does.

svn path=/trunk/; revision=41490
This commit is contained in:
Guy Harris 2012-03-11 20:01:11 +00:00
parent 7f6caeb730
commit 6f3ee54d62
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{