diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-19 15:54:54 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-19 15:54:54 +0000 |
commit | 3bd68e680b0819a7620f20c7f96a539a50ab79cb (patch) | |
tree | 2a94512f6b98bc4be0f58f265ecc9fc93335a090 /globals.h | |
parent | 2cbdb02208b34fd4fde50a58b2b59eecab7456cd (diff) | |
download | wireshark-3bd68e680b0819a7620f20c7f96a539a50ab79cb.tar.gz wireshark-3bd68e680b0819a7620f20c7f96a539a50ab79cb.tar.bz2 wireshark-3bd68e680b0819a7620f20c7f96a539a50ab79cb.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |