aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-10 05:38:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-10 05:38:52 +0000
commit1542389c6671235c52d4a777d1f443cf7ccb854c (patch)
treee2631c6019641dd417f811cc97becab79286fa93 /packet-ipx.c
parent3ea5bef79c1cd37c8e58b601c7630749da7acb89 (diff)
Add support for some additional SAPs for Netware and OSI.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7824 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 35fbfcce14..d178bcc754 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 2000-2002 by Gilbert Ramirez.
* Portions Copyright (c) Novell, Inc. 2002-2003
*
- * $Id: packet-ipx.c,v 1.130 2003/04/14 01:26:57 guy Exp $
+ * $Id: packet-ipx.c,v 1.131 2003/06/10 05:38:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1433,7 +1433,8 @@ proto_reg_handoff_ipx(void)
dissector_add("ethertype", ETHERTYPE_IPX, ipx_handle);
dissector_add("chdlctype", ETHERTYPE_IPX, ipx_handle);
dissector_add("ppp.protocol", PPP_IPX, ipx_handle);
- dissector_add("llc.dsap", SAP_NETWARE, ipx_handle);
+ dissector_add("llc.dsap", SAP_NETWARE1, ipx_handle);
+ dissector_add("llc.dsap", SAP_NETWARE2, ipx_handle);
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);