aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-23 09:39:33 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-23 09:39:33 +0000
commit6d3d3efa150fc47be14d64df0bd9a77c3f305dbe (patch)
tree77186902b4c6427515ec143749513b449e11b7c1 /packet-vines.c
parent5b1484f7b3e245f9d21d4702efbb201f02f72f48 (diff)
Support Appletalk, IPv6, and Banyan Vines over ARCNET.
svn path=/trunk/; revision=6987
Diffstat (limited to 'packet-vines.c')
-rw-r--r--packet-vines.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-vines.c b/packet-vines.c
index 8655008dd4..6800d32650 100644
--- a/packet-vines.c
+++ b/packet-vines.c
@@ -1,7 +1,7 @@
/* packet-vines.c
* Routines for Banyan VINES protocol packet disassembly
*
- * $Id: packet-vines.c,v 1.43 2002/08/28 21:00:36 jmayer Exp $
+ * $Id: packet-vines.c,v 1.44 2003/01/23 09:39:33 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -36,6 +36,7 @@
#include "etypes.h"
#include "ppptypes.h"
#include "ipproto.h"
+#include "arcnet_pids.h"
#define UDP_PORT_VINES 573
@@ -340,6 +341,7 @@ proto_reg_handoff_vines(void)
{
dissector_add("ethertype", ETHERTYPE_VINES, vines_handle);
dissector_add("ppp.protocol", PPP_VINES, vines_handle);
+ dissector_add("arcnet.protocol_id", ARCNET_PROTO_BANYAN, vines_handle);
data_handle = find_dissector("data");
}