aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 20:50:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 20:50:39 +0000
commita2f911f7a7e7c3bdc14cabf27c9e7155c1c3de56 (patch)
treebf1b5784f4fa39be0a148dea9e65b8f4339f1db7 /packet-llc.c
parent2b903d663810b1b7356b5e0bee4eb1844f6d9ae4 (diff)
Christophe Tronche's BPDU dissector.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@790 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-llc.c')
-rw-r--r--packet-llc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index d2c4edf84e..a0bc8dbf32 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gramirez@tivoli.com>
*
- * $Id: packet-llc.c,v 1.24 1999/09/27 08:39:10 guy Exp $
+ * $Id: packet-llc.c,v 1.25 1999/10/08 20:50:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -90,7 +90,7 @@ static struct sap_info saps[] = {
{ 0x06, capture_ip, dissect_ip },
{ 0x08, NULL, NULL },
{ 0x0C, NULL, NULL },
- { 0x42, NULL, NULL },
+ { 0x42, NULL, dissect_bpdu },
{ 0x7F, NULL, NULL },
{ 0x80, NULL, NULL },
{ 0xAA, NULL, NULL },