aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-02 07:54:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-02 07:54:24 +0000
commit9a1a03eca964b05da33a3b641df7eb56bda9c39c (patch)
tree0b8012c07aac9821f90580b71fd5ca35888d3d07 /epan/etypes.h
parent2f8ab638582a8ecbcabb50362cd559a02be0ffba (diff)
From Daniel Ginsburg:
draft-ietf-isis-ext-eth specifies an extension to current Ethernet Frame specifications for hardware and frame format to support payloads greater than 1500 Bytes for Type interpretation and Length interpretation frames. The extension introduced by draft-ietf-isis-ext-eth is currently used by Cisco Systems' IS-IS routing protocol implementation when running IS-IS over Ethernet links with large MTU. svn path=/trunk/; revision=34748
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 11e7bd654d..18d4971d5f 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -283,6 +283,10 @@
#define ETHERTYPE_MS_NLB_HEARTBEAT 0x886F /* MS Network Load Balancing heartbeat http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/windows2000serv/deploy/confeat/nlbovw.asp */
#endif
+#ifndef ETHERTYPE_JUMBO_LLC
+#define ETHERTYPE_JUMBO_LLC 0x8870 /* 802.2 jumbo frames http://tools.ietf.org/html/draft-ietf-isis-ext-eth */
+#endif
+
#ifndef ETHERTYPE_HOMEPLUG
#define ETHERTYPE_HOMEPLUG 0x887B /* IEEE assigned Ethertype */
#endif