aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-03 22:15:22 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-03 22:15:22 +0000
commit870b3b1caf3813d24eb0fe25eea67b20d2653dd9 (patch)
tree49c9c270669faf001873dbcc0b5152df504f593e /gtk/hostlist_table.h
parent7f85efdc15df3e90c5bc22774348bfc08eaf8eef (diff)
add name resolution to both endpoint and conversation lists
svn path=/trunk/; revision=10778
Diffstat (limited to 'gtk/hostlist_table.h')
-rw-r--r--gtk/hostlist_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/hostlist_table.h b/gtk/hostlist_table.h
index ab3cf4f0ac..d77fc26196 100644
--- a/gtk/hostlist_table.h
+++ b/gtk/hostlist_table.h
@@ -2,7 +2,7 @@
* modified from endpoint_talkers_table 2003 Ronnie Sahlberg
* Helper routines common to all host talkers taps.
*
- * $Id: hostlist_table.h,v 1.2 2004/05/02 21:16:08 ulfl Exp $
+ * $Id: hostlist_table.h,v 1.3 2004/05/03 22:15:22 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -46,6 +46,7 @@ typedef struct _hostlist_table {
gboolean has_ports;
guint32 num_hosts;
hostlist_talker_t *hosts;
+ gboolean resolve_names;
} hostlist_table;
extern void register_hostlist_table(gboolean hide_ports, char *table_name, char *tap_name, char *filter, void *packet_func);