aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-05-16 16:26:34 +0200
committerGuy Harris <guy@alum.mit.edu>2016-05-16 18:07:40 +0000
commit7df8b44f4cbcc285700faea13d0c1538e2d9b6dd (patch)
tree61e719c5c4b83347a74efb2c14c21559d958706a /epan/etypes.h
parenteb8062d9282abb2acdc2f7e0d32dfea79b33da99 (diff)
ethertype: Add old non-standard 802.1ad (QinQ)
Issue reported by boaz Bug:12441 Change-Id: I1feb82615db65b0806c56425dd9f3cffdde463b4 Reviewed-on: https://code.wireshark.org/review/15461 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index fd57a94170..ee79d007b9 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -558,6 +558,10 @@ extern "C" {
#define ETHERTYPE_RTCFG 0x9022 /* RTnet: Real-Time Configuration Protocol */
#endif
+#ifndef ETHERYPE_QINQ_OLD
+#define ETHERTYPE_QINQ_OLD 0x9100 /* QinQ: old non-standard 802.1ad */
+#endif
+
#ifndef ETHERTYPE_LLT
#define ETHERTYPE_LLT 0xCAFE /* Veritas Low Latency Transport (not officially registered) */
#endif