From 08c84c332ab54233ecf614c0613a99baf430c407 Mon Sep 17 00:00:00 2001 From: gram Date: Thu, 17 Sep 1998 21:30:58 +0000 Subject: [PATCH] The non-SNAP vines doesn't work with dissect_vines(). We don't know what my packets are yet... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-llc.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packet-llc.c b/packet-llc.c index d6acf327a6..d3cfe2d628 100644 --- a/packet-llc.c +++ b/packet-llc.c @@ -2,7 +2,7 @@ * Routines for IEEE 802.2 LLC layer * Gilbert Ramirez * - * $Id: packet-llc.c,v 1.4 1998/09/17 18:43:11 gram Exp $ + * $Id: packet-llc.c,v 1.5 1998/09/17 21:30:58 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -57,8 +57,10 @@ static struct sap_info saps[] = { { 0x7F, NULL, "ISO 802.2" }, { 0x80, NULL, "XNS" }, { 0xAA, NULL, "SNAP" }, - { 0xBA, dissect_vines, "Banyan Vines" }, - { 0xBC, dissect_vines, "Banyan Vines" }, + /*{ 0xBA, dissect_vines, "Banyan Vines" }, + { 0xBC, dissect_vines, "Banyan Vines" },*/ + { 0xBA, NULL, "Banyan Vines" }, + { 0xBC, NULL, "Banyan Vines" }, { 0xE0, dissect_ipx, "NetWare" }, { 0xF0, NULL, "NetBIOS" }, { 0xF4, NULL, "IBM Net Management Individual" }, -- 2.25.1