aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-22 08:50:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-22 08:50:07 +0000
commit23d78f4c0e3c562e030194e5ae0f9dcbcf2b7c5f (patch)
tree84fd11429fc55545cef014f34cfb3febc50e6ab1 /packet-vines.c
parent99be9c3e93a37955776738423db83ba80d3f4b33 (diff)
Add the Ethernet type for the Vines Echo protocol.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7526 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-vines.c')
-rw-r--r--packet-vines.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-vines.c b/packet-vines.c
index 480cba88b8..1e9ad402d9 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.57 2003/04/22 08:37:55 guy Exp $
+ * $Id: packet-vines.c,v 1.58 2003/04/22 08:50:07 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -429,7 +429,7 @@ proto_register_vines_ip(void)
void
proto_reg_handoff_vines_ip(void)
{
- dissector_add("ethertype", ETHERTYPE_VINES, vines_ip_handle);
+ dissector_add("ethertype", ETHERTYPE_VINES_IP, vines_ip_handle);
dissector_add("ppp.protocol", PPP_VINES, vines_ip_handle);
dissector_add("arcnet.protocol_id", ARCNET_PROTO_BANYAN,
vines_ip_handle);
@@ -476,6 +476,7 @@ proto_reg_handoff_vines_echo(void)
vines_echo_handle = create_dissector_handle(dissect_vines_echo,
proto_vines_echo);
dissector_add("vines_llc.ptype", VINES_LLC_ECHO, vines_echo_handle);
+ dissector_add("ethertype", ETHERTYPE_VINES_ECHO, vines_echo_handle);
}
static const value_string pkttype_vals[] = {