aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2001-10-08 18:20:01 +0000
committerNathan Neulinger <nneul@umr.edu>2001-10-08 18:20:01 +0000
commitc33977e21fd50a7d048e7d5f542155ab5b5007ab (patch)
tree108513ae318743d2fa976cf10132c897e9a4adef /packet-ipx.c
parent7ea5330b241a0a4f6034a1261a322418b2f09fe6 (diff)
add a couple of socket numbers that seem to be consistently allocated for these services
svn path=/trunk/; revision=4012
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 96e5870b96..0dd52c6f88 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ipx.c,v 1.88 2001/07/03 04:56:45 guy Exp $
+ * $Id: packet-ipx.c,v 1.89 2001/10/08 18:20:01 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -143,6 +143,12 @@ static const value_string ipx_socket_vals[] = {
{ IPX_SOCKET_ADSM, "ADSM" },
{ IPX_SOCKET_EIGRP, "Cisco EIGRP for IPX" },
{ IPX_SOCKET_WIDE_AREA_ROUTER, "Wide Area Router" },
+ { 0xE885, "NT Server-RPC/GW" },
+ { 0x400C, "HP LaserJet/QuickSilver" },
+ { 0x907B, "SMS Testing and Development" },
+ { 0x8F83, "Powerchute UPS Monitoring" },
+ { 0x4006, "Netware Directory Server" },
+ { 0x8104, "Netware 386" },
{ 0x0000, NULL }
};