aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-15 03:37:16 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-15 03:37:16 +0000
commitf8c976489400ad3d77bd0d254fc6e7e227e203dd (patch)
treee1224e2ca540486e5a5bf0f927ab339ff37df77c /epan/resolv.h
parent38b8932fd03d0e27596eee9470a7524b9a1b2e28 (diff)
There's no "enable name resolution in captures" preference in Ethereal,
and never was - there's only an Ethereal-wide "enable name resolution" preference. Name it just "name_resolve". Replace all tests of "g_resolving_actif" with tests of "prefs.name_resolv", and replace all code that sets "g_resolving_actif" with code that sets "prefs.name_resolv", so that the setting of "prefs.name_resolv" actually affects whether names are resolved or not. svn path=/trunk/; revision=3300
Diffstat (limited to 'epan/resolv.h')
-rw-r--r--epan/resolv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/resolv.h b/epan/resolv.h
index 658b464b2f..f48e513296 100644
--- a/epan/resolv.h
+++ b/epan/resolv.h
@@ -1,7 +1,7 @@
/* resolv.h
* Definitions for network object lookup
*
- * $Id: resolv.h,v 1.5 2001/04/02 09:41:54 guy Exp $
+ * $Id: resolv.h,v 1.6 2001/04/15 03:37:15 guy Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -34,7 +34,6 @@
/* global variables */
-extern int g_resolving_actif;
extern gchar *g_ethers_path;
extern gchar *g_ipxnets_path;
extern gchar *g_manuf_path;