From a673e8bb2c256140c69d31c502fd732f78533f72 Mon Sep 17 00:00:00 2001 From: Laurent Deniel Date: Sun, 26 Sep 1999 14:40:01 +0000 Subject: Added name resolution in GUI part: - Capture->Start->"Active name resolution" Allows the user to turn on/off name resolution during a live capture. - Display->Options->"Name resolution" Turn on/off name resolution for the displayed data (or during the -S mode). E.g. clicking on a packet captured with resolution disabled will resolve names in the detailed list if this option is set. And applying or resetting a display filter allows the update of the packet list as well. svn path=/trunk/; revision=726 --- globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index b3166d36b6..4cd43d8217 100644 --- a/globals.h +++ b/globals.h @@ -1,7 +1,7 @@ /* globals.h * Global defines, etc. * - * $Id: globals.h,v 1.6 1999/09/23 06:27:19 guy Exp $ + * $Id: globals.h,v 1.7 1999/09/26 14:39:12 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -92,6 +92,7 @@ extern gchar *medium_font; extern gchar *bold_font; extern gchar *last_open_dir; extern gboolean auto_scroll_live; +extern int g_resolving_actif; extern ts_type timestamp_type; -- cgit v1.2.3