From f393a1988305e8c6072833d0689adfdad944ce17 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 24 Jan 2000 04:44:58 +0000 Subject: 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 --- globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'globals.h') 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 @@ -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; -- cgit v1.2.3