From 870b3b1caf3813d24eb0fe25eea67b20d2653dd9 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 3 May 2004 22:15:22 +0000 Subject: add name resolution to both endpoint and conversation lists svn path=/trunk/; revision=10778 --- gtk/hostlist_table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/hostlist_table.h') 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 @@ -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); -- cgit v1.2.3