aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorRene Nielsen <rene.nielsen@microchip.com>2020-10-05 14:10:36 +0200
committerRene Nielsen <rene.nielsen@microchip.com>2020-10-15 13:51:51 +0200
commitb3099a839f712b1ee9bacadd1224f627f28b6399 (patch)
tree62118027d0c3fe733bdf8d37c3123d7b2f2710e5 /epan/dissectors/packet-ethertype.c
parent888de57c1b2534a72c6d9b57e11ab1eef9686327 (diff)
New dissector: Added support for IEEE 802.1CB R-Tags (EtherType 0xF1C1)
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 90aa21fbf8..3cb5a432b0 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -186,6 +186,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_ECPRI, "eCPRI" },
{ ETHERTYPE_CABLELABS, "CableLabs Layer-3 Protocol" },
{ ETHERTYPE_ACIGLEAN, "Cisco ACI ARP gleaning" },
+ { ETHERTYPE_IEEE_802_1CB, "802.1CB Frame Replication and Elimination for Reliability" },
{ 0, NULL }
};