aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2020-10-12 16:41:28 +0200
committerJörg Mayer <jmghc@loplof.de>2021-02-23 20:01:13 +0000
commitfe4555c3c1430bcbfc6fb70d170796f753121f3c (patch)
treeffc31e1fdda8fc80a0fce3e8a9756902da9424b6 /epan/dissectors/packet-ethertype.c
parentaae669118ea0b1fb72c66b4695abdcdd01b2f2d2 (diff)
Extremenetwork/Avaya/Lucent/Baynetworks/Wellfleet specific protocol updates
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 3cb5a432b0..6c75f31cf8 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -34,6 +34,9 @@ const value_string etype_vals[] = {
{ ETHERTYPE_IP, "IPv4" },
{ ETHERTYPE_IPv6, "IPv6" },
{ ETHERTYPE_VLAN, "802.1Q Virtual LAN" },
+ { ETHERTYPE_SLPP, "Simple Loop Protection Protocol" },
+ { ETHERTYPE_VLACP, "Virtual LACP" }, /* Nortel/Avaya/Extremenetworks */
+ { ETHERTYPE_OLDSLPP, "Simple Loop Protection Protocol (old)" },
{ ETHERTYPE_ARP, "ARP" },
{ ETHERTYPE_WLCCP, "Cisco Wireless Lan Context Control Protocol" },
{ ETHERTYPE_MINT, "Motorola Media Independent Network Transport" },