From 75acdcbba05602c017e25841ab429ea299b41d5c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 13 Feb 2004 01:09:52 +0000 Subject: 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 --- epan/resolv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/resolv.h') 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 * @@ -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 */ -- cgit v1.2.3