aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-06-02 19:29:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-06-02 19:29:14 +0000
commit32abf98aab5e2263fb4856e559e35f681cc036f9 (patch)
tree479d138150dcfe9d44c81a1fa7cf290e010928f2 /epan/etypes.h
parent0829787c21f4f43c1734afb87d461682ef47eef0 (diff)
From David Bond:
Added the IEEE defined ether types for TRILL and Layer 2 ISIS. Also had ISIS register itself with the ethertype dissector. References: http://www.postel.org/pipermail/rbridge/2010-May/003998.html http://tools.ietf.org/html/draft-ietf-isis-layer2-05 http://tools.ietf.org/html/draft-ietf-trill-rbridge-protocol-16 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4825 svn path=/trunk/; revision=33059
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 9a79818368..a25619c072 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -95,6 +95,14 @@
#define ETHERTYPE_CGMP 0x2001
#endif
+#ifndef ETHERTYPE_TRILL /* Internet Engineering Task Force */
+#define ETHERTYPE_TRILL 0x22F3
+#endif
+
+#ifndef ETHERTYPE_L2ISIS /* Internet Engineering Task Force */
+#define ETHERTYPE_L2ISIS 0x22F4
+#endif
+
#ifndef ETHERTYPE_MSRP
#define ETHERTYPE_MSRP 0x22EA
#endif