aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
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.h
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.h')
-rw-r--r--packet-ipx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ipx.h b/packet-ipx.h
index db0cd1800d..b4436283e6 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ipx.h,v 1.22 2003/03/31 08:10:08 guy Exp $
+ * $Id: packet-ipx.h,v 1.23 2003/04/06 02:32:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -128,7 +128,7 @@ struct ipx_rip_packet
#define IPX_SOCKET_ADSM 0x8522 /* www.tivoli.com */
#define IPX_SOCKET_EIGRP 0x85be /* cisco ipx eigrp */
#define IPX_SOCKET_NLSP 0x9001 /* NetWare Link Services Protocol */
-#define IPX_SOCKET_IPXWAN2 0x9004 /* IPX WAN 2 */
+#define IPX_SOCKET_IPXWAN 0x9004 /* IPX WAN (RFC 1362, NLSP spec) */
#define IPX_SOCKET_SNMP_AGENT 0x900F /* RFC 1906 */
#define IPX_SOCKET_SNMP_SINK 0x9010 /* RFC 1906 */
#define IPX_SOCKET_PING_NOVELL 0x9086 /* In cisco this is set with: ipx ping-default novell */