aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-31 08:10:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-31 08:10:08 +0000
commit1c6c31d9422a45dc361709b79542d494bb01ab27 (patch)
tree0081d0a586133ffa4d400380e467c74f8bcdb501 /packet-ipx.h
parentd3a65e6021bfcaa18aab323064caffc94a030f31 (diff)
Add dissector for NetWare Link Services Protocol.
Socket 0x9001 is for NLSP - it supports LANs as well as WANs, at least as I read the specification. Socket 0x9004 is for "IPX WAN 2". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7387 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ipx.h')
-rw-r--r--packet-ipx.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/packet-ipx.h b/packet-ipx.h
index 563c728164..db0cd1800d 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.21 2003/01/30 05:21:34 guy Exp $
+ * $Id: packet-ipx.h,v 1.22 2003/03/31 08:10:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -127,7 +127,8 @@ struct ipx_rip_packet
#define IPX_SOCKET_IPX_MESSAGE1 0x4003
#define IPX_SOCKET_ADSM 0x8522 /* www.tivoli.com */
#define IPX_SOCKET_EIGRP 0x85be /* cisco ipx eigrp */
-#define IPX_SOCKET_WIDE_AREA_ROUTER 0x9001
+#define IPX_SOCKET_NLSP 0x9001 /* NetWare Link Services Protocol */
+#define IPX_SOCKET_IPXWAN2 0x9004 /* IPX WAN 2 */
#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 */
@@ -140,6 +141,10 @@ struct ipx_rip_packet
#define SPX_SOCKET_RMS 0x90b6 /* NDPS Remote Management Service */
#define SPX_SOCKET_NOTIFY_LISTENER 0x90b7 /* NDPS Notify Listener */
+extern const value_string ipx_socket_vals[];
+
+extern const value_string server_vals[];
+
void capture_ipx(packet_counts *);
#endif