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 --- resolv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resolv.h') diff --git a/resolv.h b/resolv.h index 4782f60f30..02fae12a4b 100644 --- a/resolv.h +++ b/resolv.h @@ -1,7 +1,7 @@ /* resolv.h * Definitions for network object lookup * - * $Id: resolv.h,v 1.5 1999/07/07 22:51:59 gram Exp $ + * $Id: resolv.h,v 1.6 1999/09/26 14:39:12 deniel Exp $ * * Laurent Deniel * @@ -41,7 +41,6 @@ extern gchar *g_ethers_path; extern gchar *g_manuf_path; extern gchar *g_pethers_path; -extern int g_resolving_actif; /* Functions in resolv.c */ -- cgit v1.2.1