aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-25 20:31:22 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-25 20:31:22 +0000
commitb0c474a84ee7070e1b297c1a2805356013e06871 (patch)
tree161e7596188f8350febe95dd14d178f08e4fa5fe /packet-ipx.c
parent5b56b34783cbc38261d956622d0687a010ef2dfe (diff)
From Markus Steinmann: add IPX SAP for SEH's InterCon Printserver.
svn path=/trunk/; revision=5764
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 5e75058541..460a220e02 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.103 2002/04/24 06:03:34 guy Exp $
+ * $Id: packet-ipx.c,v 1.104 2002/06/25 20:31:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -708,6 +708,7 @@ server_type(guint16 type)
{ 0x6f00, "Rabbit Gateway (3270)" },
{ 0x7703, "MODEM" },
{ 0x8002, "NetPort Printers (Intel) or LANport" },
+ { 0x8003, "SEH InterCon Printserver" },
{ 0x8008, "WordPerfect Network Version" },
{ 0x85BE, "Cisco Enhanced Interior Routing Protocol (EIGRP)" },
{ 0x8888, "WordPerfect Network Version or Quick Network Management" },