aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_table.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-03 09:09:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-03 09:09:35 +0000
commitbeb5e5e4e67747dccab299eb55c719ca6cb89ef3 (patch)
treeb825fc79c6c995fbd700eed1ab86533e4a9bc677 /gtk/endpoint_talkers_table.c
parent5fcc46726c6c2b67b4da5f4dd3dba96d585e86c4 (diff)
Update ipx and conversation list to make it possible to select and filter for ipx conversations from the conversation list popup menu
svn path=/trunk/; revision=8599
Diffstat (limited to 'gtk/endpoint_talkers_table.c')
-rw-r--r--gtk/endpoint_talkers_table.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/endpoint_talkers_table.c b/gtk/endpoint_talkers_table.c
index b1839d8226..fd0509c2ab 100644
--- a/gtk/endpoint_talkers_table.c
+++ b/gtk/endpoint_talkers_table.c
@@ -4,7 +4,7 @@
* endpoint_talkers_table 2003 Ronnie Sahlberg
* Helper routines common to all endpoint talkers tap.
*
- * $Id: endpoint_talkers_table.c,v 1.19 2003/09/15 22:16:08 guy Exp $
+ * $Id: endpoint_talkers_table.c,v 1.20 2003/10/03 09:09:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -110,7 +110,7 @@ ett_get_filter_name(address *addr, int specific_addr_type, int port_type, int na
case AT_IPv6:
return "ipv6.src";
case AT_IPX:
- return "ipx.src.node";
+ return "ipx.src";
case AT_FC:
return "fc.s_id";
default:
@@ -132,7 +132,7 @@ ett_get_filter_name(address *addr, int specific_addr_type, int port_type, int na
case AT_IPv6:
return "ipv6.dst";
case AT_IPX:
- return "ipx.dst.node";
+ return "ipx.dst";
case AT_FC:
return "fc.d_id";
default:
@@ -154,7 +154,7 @@ ett_get_filter_name(address *addr, int specific_addr_type, int port_type, int na
case AT_IPv6:
return "ipv6.addr";
case AT_IPX:
- return "ipx.node";
+ return "ipx.addr";
case AT_FC:
return "fc.id";
default: