aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-24 04:44:58 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-24 04:44:58 +0000
commitf393a1988305e8c6072833d0689adfdad944ce17 (patch)
tree080709ea7c789ee01464f39e80c19fb1507f7bde /globals.h
parent930d95c0b00d0b81685ab553dfdecdafb8e1b649 (diff)
Heikki Vatiainen's patch to add a flag to control whether to interpret
the IPv4 TOS field as a TOS field or as a DiffServ field, and allow that field to be controlled by a command-line option or an option in the "Display:Options" dialog box. svn path=/trunk/; revision=1532
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 3b628f41b8..0c0f4e7edb 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.14 2000/01/06 06:28:54 guy Exp $
+ * $Id: globals.h,v 1.15 2000/01/24 04:44:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -85,6 +85,7 @@ extern gchar *bold_font;
extern gchar *last_open_dir;
extern gboolean auto_scroll_live;
extern int g_resolving_actif;
+extern gboolean g_ip_dscp_actif;
extern field_info *finfo_selected;
extern ts_type timestamp_type;