aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2016-06-14 23:59:12 +0200
committerJaap Keuter <jaap.keuter@xs4all.nl>2016-06-16 19:00:39 +0000
commitc98b0d574dd497c9a47c7d7c0c589e2a096683ec (patch)
tree2220bcc7aa3464b474f717da046c69b746c373d4 /epan/dissectors/packet-ethertype.c
parent0e8fef5827d99d892e4bdfb6c13f28fb30a57723 (diff)
Add Cisco ttag dissector
Add dissector for Cisco ttag protocol. Bug: 12518 Change-Id: Id17293a80b2b6827fd2d5c7ead098784c35a28ef Reviewed-on: https://code.wireshark.org/review/15964 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 2a8d1e67d2..e39ce84b59 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -121,6 +121,8 @@ const value_string etype_vals[] = {
{ ETHERTYPE_EPL_V2, "ETHERNET Powerlink v2" },
{ ETHERTYPE_XIMETA, "XiMeta Technology" },
{ ETHERTYPE_CSM_ENCAPS, "CSM_ENCAPS Protocol" },
+ { ETHERTYPE_EXPERIMENTAL_ETH1, "Local Experimental Ethertype 1" },
+ { ETHERTYPE_EXPERIMENTAL_ETH2, "Local Experimental Ethertype 2" },
{ ETHERTYPE_IEEE802_OUI_EXTENDED, "IEEE 802a OUI Extended Ethertype" },
{ ETHERTYPE_IEC61850_GOOSE, "IEC 61850/GOOSE" },
{ ETHERTYPE_IEC61850_GSE, "IEC 61850/GSE management services" },