aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-23 17:14:54 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-23 17:14:54 +0000
commit37c599b47d1e739704173a2a1d32c228b434ca16 (patch)
treeca54091f89fe0115f7527896a8b90fd86380699e /packet-ipx.h
parentba14ebf41c5c4e4c5d07e34380c42fd44c6fd9ad (diff)
Dissector for Novell Distributed Print Services by Greg Morris.
NDPS runs on top of SPX and TCP. svn path=/trunk/; revision=6323
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 f85f4a6ec5..0c7b513f1d 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.18 2002/09/10 23:47:07 guy Exp $
+ * $Id: packet-ipx.h,v 1.19 2002/09/23 17:14:54 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@etheeal.com>
@@ -143,7 +143,12 @@ struct ipx_rip_packet
#define IPX_SOCKET_PING_NOVELL 0x9086 /* In cisco this is set with: ipx ping-default novell */
#define IPX_SOCKET_TCP_TUNNEL 0x9091 /* RFC 1791 */
#define IPX_SOCKET_UDP_TUNNEL 0x9092 /* RFC 1791 */
-
+#define SPX_SOCKET_PA 0x90b2 /* NDPS Printer Agent */
+#define SPX_SOCKET_BROKER 0x90b3 /* NDPS Broker */
+#define SPX_SOCKET_SRS 0x90b4 /* NDPS Service Registry Service */
+#define SPX_SOCKET_ENS 0x90b5 /* NDPS Event Notification Service */
+#define SPX_SOCKET_RMS 0x90b6 /* NDPS Remote Management Service */
+#define SPX_SOCKET_NOTIFY_LISTENER 0x90b7 /* NDPS Notify Listener */
void capture_ipx(packet_counts *);