aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cisco-oui.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-13 04:04:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-13 04:04:56 +0000
commit1d5231a80d6175f139debd60d594b2ebdcbac72b (patch)
tree74e6dc249c5cc3b7ba882d537d78933d82d5d66d /packet-cisco-oui.c
parent5c0da5ffc1018516df458cd930df33edc8cdf5ff (diff)
From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually their
own modified Per-VLAN STP, so there's some extra stuff at the end of the packet that needs to be decoded). Indicate in a comment in packet-cisco-oui.c what PVSTP is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10589 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-cisco-oui.c')
-rw-r--r--packet-cisco-oui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-cisco-oui.c b/packet-cisco-oui.c
index aed4692df2..1d30a45f2b 100644
--- a/packet-cisco-oui.c
+++ b/packet-cisco-oui.c
@@ -1,7 +1,7 @@
/* packet-cisco-oui.c
* Register an LLC dissector table for Cisco's OUI 00:00:0c
*
- * $Id: packet-cisco-oui.c,v 1.3 2003/10/25 06:19:04 guy Exp $
+ * $Id: packet-cisco-oui.c,v 1.4 2004/04/13 04:04:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -45,7 +45,7 @@ static const value_string cisco_pid_vals[] = {
{ 0x0102, "DRIP" },
{ 0x0104, "PagP" }, /* Port Aggregation Protocol */
{ 0x0105, "MLS Hello" }, /* from a mail message found on the Web */
- { 0x010b, "PVSTP+" }, /* Spanning tree of some sort */
+ { 0x010b, "PVSTP+" }, /* Per-VLAN Spanning Tree Protocol */
{ 0x010c, "VLAN Bridge" },
{ 0x0111, "UDLD" }, /* Unidirectional Link Detection */
{ 0x2000, "CDP" },