diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-26 14:40:01 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-26 14:40:01 +0000 |
commit | a673e8bb2c256140c69d31c502fd732f78533f72 (patch) | |
tree | 767457eecacbbd8d4ba91c7873ad789d68996be0 /resolv.h | |
parent | 4536f019013d72441225816241ffddee12fefc35 (diff) | |
download | wireshark-a673e8bb2c256140c69d31c502fd732f78533f72.tar.gz wireshark-a673e8bb2c256140c69d31c502fd732f78533f72.tar.bz2 wireshark-a673e8bb2c256140c69d31c502fd732f78533f72.zip |
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 'resolv.h')
-rw-r--r-- | resolv.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 <deniel@worldnet.fr> * @@ -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 */ |