aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>1999-09-26 14:40:01 +0000
committerLaurent Deniel <laurent.deniel@free.fr>1999-09-26 14:40:01 +0000
commita673e8bb2c256140c69d31c502fd732f78533f72 (patch)
tree767457eecacbbd8d4ba91c7873ad789d68996be0 /globals.h
parent4536f019013d72441225816241ffddee12fefc35 (diff)
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
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 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 <gerald@zing.org>
@@ -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;