aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2007-08-17 21:21:18 +0000
committerAshok Narayanan <ashokn@cisco.com>2007-08-17 21:21:18 +0000
commita692269fc9f5b8da50448fb7a5c5d7fab21e458c (patch)
treec221350ee32827f5778a8a0df1257ce75569b03b /epan/etypes.h
parentc193066114d898688d24f16a80a3255fcfba2d34 (diff)
Added support for 802.1ad and 802.1ah ethernet frames
svn path=/trunk/; revision=22541
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 531d1c85be..6bb798ba68 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -286,6 +286,10 @@
#define ETHERTYPE_AOE 0x88A2
#endif
+#ifndef ETHERTYPE_IEEE_802_1AD
+#define ETHERTYPE_IEEE_802_1AD 0x88A8 /* IEEE 802.1ad Provider Bridge, Q-in-Q */
+#endif
+
#ifndef ETHERTYPE_EPL_V2
#define ETHERTYPE_EPL_V2 0x88AB
#endif
@@ -344,6 +348,10 @@
#define ETHERTYPE_MRP 0x88e3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif
+#ifndef ETHERTYPE_IEEE_802_1AH
+#define ETHERTYPE_IEEE_802_1AH 0x88F0 /* IEEE 802.1ah Provider Backbone Bridge Mac-in-Mac */
+#endif
+
#ifndef ETHERTYPE_PTP
#define ETHERTYPE_PTP 0x88F7 /* IEEE1588v2 (PTPv2) over Ethernet */
#endif /* in particular for the information exchange between IED's in a power */