aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-23 09:39:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-23 09:39:33 +0000
commit2ff870e19a20c01b77098d1b78cc26e6f313d5b3 (patch)
tree77186902b4c6427515ec143749513b449e11b7c1 /packet-atalk.c
parent950f0120733fad4ee70c2b9f7b55cea5668f2d3b (diff)
Support Appletalk, IPv6, and Banyan Vines over ARCNET.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6987 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index 87c1b249dc..bac23e857a 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -2,7 +2,7 @@
* Routines for AppleTalk packet disassembly: LLAP, DDP, NBP, ATP, ASP,
* RTMP.
*
- * $Id: packet-atalk.c,v 1.85 2002/12/19 11:22:03 sahlberg Exp $
+ * $Id: packet-atalk.c,v 1.86 2003/01/23 09:39:32 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -36,6 +36,7 @@
#include "etypes.h"
#include "ppptypes.h"
#include "aftypes.h"
+#include "arcnet_pids.h"
#include <epan/atalk-utils.h>
#include <epan/conversation.h>
@@ -2271,6 +2272,7 @@ proto_reg_handoff_atalk(void)
dissector_add("chdlctype", ETHERTYPE_ATALK, ddp_handle);
dissector_add("ppp.protocol", PPP_AT, ddp_handle);
dissector_add("null.type", BSD_AF_APPLETALK, ddp_handle);
+ dissector_add("arcnet.protocol_id", ARCNET_PROTO_APPLETALK, ddp_handle);
nbp_handle = create_dissector_handle(dissect_nbp, proto_nbp);
dissector_add("ddp.type", DDP_NBP, nbp_handle);