Add a comment to indicate what collect_ifaces() does.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Mar 2012 20:01:11 +0000 (20:01 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Mar 2012 20:01:11 +0000 (20:01 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41490 f5534014-38df-0310-8fa8-9805f1628bb7

capture_opts.c

index 3990f2a0e742a6a434c0d0cf3e2c8bf24b59f813..10e61838479fd17e1fae3c13b20afec9a2c7bc64 100644 (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)
 {