summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>1999-09-19 15:54:54 +0000
committerLaurent Deniel <laurent.deniel@free.fr>1999-09-19 15:54:54 +0000
commit3bd68e680b0819a7620f20c7f96a539a50ab79cb (patch)
tree2a94512f6b98bc4be0f58f265ecc9fc93335a090 /globals.h
parent2cbdb02208b34fd4fde50a58b2b59eecab7456cd (diff)
downloadwireshark-3bd68e680b0819a7620f20c7f96a539a50ab79cb.tar.gz
Added "Automatic scrolling in live capture".
This display option is disabled by default. svn path=/trunk/; revision=691
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 352281c1db..7bf742bd9f 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.4 1999/09/12 14:34:18 deniel Exp $
+ * $Id: globals.h,v 1.5 1999/09/19 15:54:53 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -91,6 +91,7 @@ extern gchar *ethereal_path;
extern gchar *medium_font;
extern gchar *bold_font;
extern gchar *last_open_dir;
+extern gboolean auto_scroll_live;
extern ts_type timestamp_type;