aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
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/etypes.h
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/etypes.h')
-rw-r--r--epan/etypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index ee79d007b9..67d668e150 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -385,6 +385,13 @@ extern "C" {
equipment by using an EtherType Field to
accomplish authentication. */
+#ifndef ETHERTYPE_EXPERIMENTAL_ETH1
+#define ETHERTYPE_EXPERIMENTAL_ETH1 0x88B5 /* IEEE Std 802 - Local Experimental Ethertype 1. */
+#endif
+
+#ifndef ETHERTYPE_EXPERIMENTAL_ETH2
+#define ETHERTYPE_EXPERIMENTAL_ETH2 0x88B6 /* IEEE Std 802 - Local Experimental Ethertype 2. */
+#endif
#ifndef ETHERTYPE_IEEE802_OUI_EXTENDED
#define ETHERTYPE_IEEE802_OUI_EXTENDED 0x88B7 /* IEEE 802a OUI Extended Ethertype */