aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c
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/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 ea3bb09b8d..2a8d1e67d2 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -177,6 +177,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_XIP, "eXpressive Internet Protocol" },
{ ETHERTYPE_NWP, "Neighborhood Watch Protocol" },
{ ETHERTYPE_BLUECOM, "bluecom Protocol" },
+ { ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
{ 0, NULL }
};