diff options
Diffstat (limited to 'internet-draft-anytun.xml')
-rw-r--r-- | internet-draft-anytun.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/internet-draft-anytun.xml b/internet-draft-anytun.xml index e4679df..07eeae7 100644 --- a/internet-draft-anytun.xml +++ b/internet-draft-anytun.xml @@ -183,14 +183,21 @@ client 1 ----------- -> |server 3| -> ----------- client 2 <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>The protocol field defines the payload protocol. ETHER TYPE protocol numerbers are used. http://www.iana.org/assignments/ethernet-numbers . The values 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/> + <figure anchor="prot_type_table"> + <preamble>Protocol Types</preamble> + <artwork> +HEX +0000 Reserved +0001 Raw Ethernet - both IEEE 802.3 and DIX Etherernet + without preamble,SFD, PAD and FCS +0002 Raw Ethernet with FCS +0003-05DC Reserved +05DD and above as in http://www.iana.org/assignments/ethernet-numbers +0800 Internet IP (IPv4) +86DD IPv6 +</artwork> +</figure> </t> </section> </section> |