aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-06 02:32:38 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-06 02:32:38 +0000
commit6974083659b4b4ba38ead40dbc7cae2a2ade1e49 (patch)
tree92b36b57b401e54e7ee558f678adbb6b6fb4b19d /packet-ipx.c
parentd43f615b9ff83c0bacb4ac0f8867afa3e249cc65 (diff)
Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just some
compatible additions to the RFC 1362 IPX WAN protocol, so call it "IPX WAN", not "IPX WAN 2". svn path=/trunk/; revision=7407
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 43a44ba3e6..6a94c7d03d 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ipx.c,v 1.120 2003/03/31 08:10:08 guy Exp $
+ * $Id: packet-ipx.c,v 1.121 2003/04/06 02:32:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -144,7 +144,7 @@ const value_string ipx_socket_vals[] = {
{ IPX_SOCKET_ADSM, "ADSM" },
{ IPX_SOCKET_EIGRP, "Cisco EIGRP for IPX" },
{ IPX_SOCKET_NLSP, "NetWare Link Services Protocol" },
- { IPX_SOCKET_IPXWAN2, "IPX WAN 2" },
+ { IPX_SOCKET_IPXWAN, "IPX WAN" },
{ SPX_SOCKET_PA, "NDPS Printer Agent/PSM" },
{ SPX_SOCKET_BROKER, "NDPS Broker" },
{ SPX_SOCKET_SRS, "NDPS Service Registry Service" },