aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-03 22:50:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-03 22:50:33 +0000
commit4fe1b69d24530496ec8724de1f211cda1a466d0d (patch)
treeeeac9a9412f725a8af71dbbb722c03a977b47b30 /packet-ipx.c
parentdf77eacc8451340db785cd4b739386188f512e28 (diff)
IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates,
from Paul Ionescu. svn path=/trunk/; revision=3398
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 506a71f0ed..ac71eed557 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.84 2001/04/19 23:02:44 guy Exp $
+ * $Id: packet-ipx.c,v 1.85 2001/05/03 22:50:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -804,6 +804,8 @@ proto_register_ipx(void)
proto_sap = proto_register_protocol("Service Advertisement Protocol",
"IPX SAP", "ipxsap");
+ register_dissector("ipxsap", dissect_ipxsap, proto_sap);
+
proto_register_field_array(proto_sap, hf_sap, array_length(hf_sap));
proto_register_subtree_array(ett, array_length(ett));