aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-02-04 11:30:08 +0100
committerAndersBroman <a.broman58@gmail.com>2021-02-04 13:31:50 +0000
commit791d101d4dfbc976ffe0ae9069dfb79ef07117db (patch)
treee5c34a2d0b03085cedb1fb546c152ed7fa9e87b6 /epan/dissectors/packet-lldp.c
parent981e662a0aadab563617095eccef491bb43bef71 (diff)
LLDP: Add new IEEE 802.1 subtypes
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index 62795ec28f..7f86bd7237 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -666,6 +666,10 @@ static const value_string ieee_802_1_subtypes[] = {
{ 0x0E, "CDCP" }, /* 802.1Q - D.2.14 */
{ 0x0F, "Port extension" }, /* 802.1BR - B.2 */
{ 0x10, "Application VLAN" }, /* 802.1Q - D.2.15 */
+ { 0x11, "LRP ECP Discovery" }, /* 802.1CS - C.2.1 */
+ { 0x12, "LRP TCP Discovery" }, /* 802.1CS - C.2.2 */
+ { 0x13, "Congestion Isolation" }, /* 802.1Qcz - D.2.15 */
+ { 0x14, "Topology Recognition" }, /* 802.1Qcz - D.2.16 */
{ 0, NULL }
};