some code cleanup (comments changed)

svn path=/trunk/; revision=12848
This commit is contained in:
Ulf Lamping 2004-12-28 00:36:06 +00:00
parent 6d161f7dc4
commit e321859a86
3 changed files with 10 additions and 4 deletions

View File

@ -25,7 +25,13 @@
/** @file
*
* Capture loop (internal interface).
* Capture loop (internal interface).
*
* It will open the input and output files, capture the packets,
* change ringbuffer output files while capturing and close all files again.
*
* The input file can be a network interface or capture pipe (unix only).
* The output file can be a single or a ringbuffer file handled by wiretap.
*
*/

View File

@ -64,4 +64,4 @@ capture_if_cb(GtkWidget *widget, gpointer data);
void
set_capture_if_dialog_for_capture_in_progress(gboolean capture_in_progress);
#endif /* capture.h */
#endif /* capture_dlg.h */

View File

@ -1,5 +1,5 @@
/* capture.h
* Definitions for packet capture windows
/* ringbuffer.h
* Definitions for capture ringbuffer files
*
* $Id$
*