diff options
Diffstat (limited to 'internet-draft-anytun.xml')
-rw-r--r-- | internet-draft-anytun.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/internet-draft-anytun.xml b/internet-draft-anytun.xml index 1f51649..e4679df 100644 --- a/internet-draft-anytun.xml +++ b/internet-draft-anytun.xml @@ -182,6 +182,17 @@ client 1 ----------- -> |server 3| -> ----------- client 2 <section title="Protocol specification"> <section title="Header format"> </section> + <section title="Protocol field"> + <t>The protocol field defines the payload protocol. ETHER TYPE protocol numerbers are used. http://www.iana.org/assignments/ethernet-numbers Values from 0 to 0000-05DC are not used for DIX ethernet lenght, but are reservered for special purposes. As the definition of transparent ethernet bridging is very unclear 2 special types are added for ethernet frames<br/> +HEX<br/> +0001 Raw Ethernet - both IEEE 802.3 and DIX Etherernet without preamble,SFD, PAD and FCS<br/> +0002 Raw Ethernet with FCS<br/> +further special types MAY be added in the furture.<br/> +<br/>Most important ETHER TYPEs<br/> +0800 Internet IP (IPv4)<br/> +86DD IPv6<br/> +</t> + </section> </section> <appendix title='The appan'></appendix> </middle> |