aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_fc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-24 22:34:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-24 22:34:32 +0000
commit7540493b2075aac13761e44c6c47797897140418 (patch)
tree5fc24ec9a0728da66185d6c000f1e194d38c2b9b /gtk/endpoint_talkers_fc.c
parent5d678857de6a45dbb9afba548c22e3b87bba3f0b (diff)
Get rid of the wrappers around "address_to_str()".
svn path=/trunk/; revision=8245
Diffstat (limited to 'gtk/endpoint_talkers_fc.c')
-rw-r--r--gtk/endpoint_talkers_fc.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/gtk/endpoint_talkers_fc.c b/gtk/endpoint_talkers_fc.c
index 1e6d4035db..7fce89d516 100644
--- a/gtk/endpoint_talkers_fc.c
+++ b/gtk/endpoint_talkers_fc.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_fc.c
* endpoint_talkers_fc 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_fc.c,v 1.2 2003/08/24 03:00:11 sahlberg Exp $
+ * $Id: endpoint_talkers_fc.c,v 1.3 2003/08/24 22:34:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -67,13 +67,6 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
g_free(fc_talkers);
}
-
-static char *
-fc_address_to_str(address *addr)
-{
- return address_to_str(addr);
-}
-
static void
fc_talkers_reset(void *pit)
{
@@ -141,7 +134,7 @@ gtk_fc_talkers_init(char *optarg)
/* We must display TOP LEVEL Widget before calling init_ett_table() */
gtk_widget_show(fc_talkers->win);
- init_ett_table(&fc_talkers->talkers, vbox, fc_address_to_str, NULL);
+ init_ett_table(&fc_talkers->talkers, vbox, address_to_str, NULL);
error_string=register_tap_listener("fc", fc_talkers, filter, fc_talkers_reset, fc_talkers_packet, fc_talkers_draw);
if(error_string){