aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ipx.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-17 00:35:55 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-17 00:35:55 +0000
commit127b48c5c41f87bf6fb8a7ca88a1aea3015c96fd (patch)
treecdbdc56935627dc93a56f6a80aeec25f7a6df8ef /gtk/hostlist_ipx.c
parentb2dab4a59a8d0a3e6b719d88c225578688ab2e43 (diff)
Added an option to Conversations and Endpoints to limit the list to match
the current display filter. Some Hosts -> Endpoints cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24368 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_ipx.c')
-rw-r--r--gtk/hostlist_ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_ipx.c b/gtk/hostlist_ipx.c
index cd02f04b3b..850dcbc3fd 100644
--- a/gtk/hostlist_ipx.c
+++ b/gtk/hostlist_ipx.c
@@ -70,7 +70,7 @@ gtk_ipx_hostlist_init(const char *optarg, void* userdata _U_)
filter=NULL;
}
- init_hostlist_table(TRUE, "IPX Hosts", "ipx", filter, ipx_hostlist_packet);
+ init_hostlist_table(TRUE, "IPX", "ipx", filter, ipx_hostlist_packet);
}