summaryrefslogtreecommitdiff
path: root/packet-ipx.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-27 07:28:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-27 07:28:48 +0000
commita954a9d276678fb6ff357ffa7be0a1609415fc0d (patch)
tree1e1621e970bdac1ac966dc4619447aa2f54389c6 /packet-ipx.h
parent30ab306064c35601b722bac0c8b13d01c6256556 (diff)
downloadwireshark-a954a9d276678fb6ff357ffa7be0a1609415fc0d.tar.gz
Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"
name-server-over-IPX and mailslot-datagram-over-IPX packets, based on stuff dredged out of a pile of documents on the Web. svn path=/trunk/; revision=3079
Diffstat (limited to 'packet-ipx.h')
-rw-r--r--packet-ipx.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/packet-ipx.h b/packet-ipx.h
index 94ec947297..5f9f6356cf 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ipx.h,v 1.11 2001/01/09 09:59:28 guy Exp $
+ * $Id: packet-ipx.h,v 1.12 2001/02/27 07:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -126,8 +126,11 @@ struct ipx_rip_packet
#define IPX_SOCKET_NETBIOS 0x0455
#define IPX_SOCKET_DIAGNOSTIC 0x0456
#define IPX_SOCKET_SERIALIZATION 0x0457
+#define IPX_SOCKET_NWLINK_SMB_SERVER 0x0550
#define IPX_SOCKET_NWLINK_SMB_NAMEQUERY 0x0551
-#define IPX_SOCKET_NWLINK_SMB_DGRAM 0x0553
+#define IPX_SOCKET_NWLINK_SMB_REDIR 0x0552
+#define IPX_SOCKET_NWLINK_SMB_MAILSLOT 0x0553
+#define IPX_SOCKET_NWLINK_SMB_MESSENGER 0x0554
#define IPX_SOCKET_NWLINK_SMB_BROWSE 0x0555 /* ? not sure on this
but I guessed based on the content of the packet I saw */
#define IPX_SOCKET_ATTACHMATE_GW 0x055d