aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-20 13:39:44 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-20 13:39:44 +0000
commit7e8187df2079219736a5272272808941edb0b5e5 (patch)
tree5801209a56284b90f8f07d90a58baae962ba6f7e /capture.h
parenta85e91903a06ae3f1bdf9e91dc8c55d5b10bd0b1 (diff)
added an option to "avoid" the capture info dialog completely.
This matters for "update of list in real time" (sync_mode) only, as in normal mode you wouldn't otherwise have the possibility to stop the capture. svn path=/trunk/; revision=11194
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index 0191638bc7..c72272ff39 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.46 2004/06/04 17:19:01 ulfl Exp $
+ * $Id: capture.h,v 1.47 2004/06/20 13:39:43 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -47,6 +47,7 @@ typedef struct {
"use default" */
int sync_mode; /**< Fork a child to do the capture,
and sync between them */
+ gboolean show_info; /**< show the info dialog */
gboolean multi_files_on; /**< TRUE if ring buffer in use */