aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-13 01:09:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-13 01:09:52 +0000
commit75acdcbba05602c017e25841ab429ea299b41d5c (patch)
tree866af1d33d0fb13b9112d085a13499e05606d37a /epan/resolv.h
parenta1667bf2c087e5e2e67cdaab280ce2578c4be1ad (diff)
As noted by Pavel Kankovsky, the "Resolve Name" menu items should be
available if *any* forms of name resolution aren't enabled. (Well, actually, it should probably affect only the item the mouse was over when you selected it, and should be available if name resolution for that type of name isn't enabled, but....) svn path=/trunk/; revision=10056
Diffstat (limited to 'epan/resolv.h')
-rw-r--r--epan/resolv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/resolv.h b/epan/resolv.h
index e6b0115295..323e5cc1ed 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.15 2004/01/10 17:31:40 obiot Exp $
+ * $Id: resolv.h,v 1.16 2004/02/13 01:09:51 guy Exp $
*
* Laurent Deniel <laurent.deniel@free.fr>
*
@@ -44,6 +44,8 @@ extern guint32 g_resolv_flags;
#define RESOLV_NETWORK 0x2
#define RESOLV_TRANSPORT 0x4
#define RESOLV_CONCURRENT 0x8
+
+#define RESOLV_ALL_ADDRS (RESOLV_MAC|RESOLV_NETWORK|RESOLV_TRANSPORT)
#define RESOLV_ALL 0xFFFFFFFF
/* global variables */