aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-23 09:54:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-23 09:54:54 +0000
commit94aa5a707c2c87d1ba22feaa0fd222f90e6cb5a8 (patch)
tree6d7a265a8830c8c2594d98e6f42a7aa2fddc2430 /packet-ipx.c
parent6d3d3efa150fc47be14d64df0bd9a77c3f305dbe (diff)
Support BACNET over ARCNET, under the assumption that no fragmentation
is done. Support "Novell EC" over ARCNET, under the assumption that it's just another way of sending IPX over ARCNET. svn path=/trunk/; revision=6988
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 e24bc9f7b1..d36f104004 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.117 2002/12/02 23:43:26 guy Exp $
+ * $Id: packet-ipx.c,v 1.118 2003/01/23 09:54:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1082,6 +1082,7 @@ proto_reg_handoff_ipx(void)
dissector_add("null.type", BSD_AF_IPX, ipx_handle);
dissector_add("gre.proto", ETHERTYPE_IPX, ipx_handle);
dissector_add("arcnet.protocol_id", ARCNET_PROTO_IPX, ipx_handle);
+ dissector_add("arcnet.protocol_id", ARCNET_PROTO_NOVELL_EC, ipx_handle);
spx_handle = create_dissector_handle(dissect_spx, proto_spx);
dissector_add("ipx.packet_type", IPX_PACKET_TYPE_SPX, spx_handle);