aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorKim Kempf <kim.kempf@apcon.com>2016-07-12 10:28:38 -0700
committerMichael Mann <mmann78@netscape.net>2016-07-13 21:58:38 +0000
commit1bd438ba5236d81afeb2190f637e85eb6a12beaf (patch)
tree6451f7e6b8da3a4f2a94b1a3e4355d7a34ad04d2 /epan/dissectors/packet-ethertype.c
parent62233277a20bd1fbee890489854443446c7d1c41 (diff)
Adding 802.1BR E-Tag dissector
Based on IEEE Std 802.1BR-2012 Bug: 12613 Change-Id: Ic5198471f67a1af728df40a09443a1cab2621169 Reviewed-on: https://code.wireshark.org/review/16402 Reviewed-by: Michael Mann <mmann78@netscape.net>
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 e39ce84b59..f5a2057d4b 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -85,6 +85,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_HOMEPLUG_AV, "Homeplug AV" },
{ ETHERTYPE_IEEE_802_1AD, "802.1ad Provider Bridge (Q-in-Q)" },
{ ETHERTYPE_IEEE_802_1AH, "802.1ah Provider Backbone Bridge (mac-in-mac)" },
+ { ETHERTYPE_IEEE_802_1BR, "802.1br Bridge Port Extension E-Tag" },
{ ETHERTYPE_EAPOL, "802.1X Authentication" },
{ ETHERTYPE_RSN_PREAUTH, "802.11i Pre-Authentication" },
{ ETHERTYPE_MPLS, "MPLS label switched packet" },