fixed ipv6 according to schema

This commit is contained in:
Marcel M. Otte 2016-09-20 07:39:15 +02:00
parent a4b80c4fa5
commit b094071f73
1 changed files with 7 additions and 3 deletions

View File

@ -33,8 +33,9 @@ protocol:
extensionreferencefield: nextheader extensionreferencefield: nextheader
extensions: extensions:
- extension: - extension:
name: hopbyhop name: hopbyhop
referenceid: 0 referenceid: 0
after: dstaddress
fields: &hopbyhop fields: &hopbyhop
- field: nextheader - field: nextheader
length: 1 length: 1
@ -48,13 +49,15 @@ protocol:
length: 8 length: 8
optional: yes optional: yes
repeatable: yes repeatable: yes
- extension: - extension:
name: destoptions name: destoptions
referenceid: 60 referenceid: 60
after: dstaddress
fields: *hopbyhop fields: *hopbyhop
- extension: - extension:
name: routing #is deprecated (see http://en.wikipedia.org/wiki/IPv6_packet) name: routing #is deprecated (see http://en.wikipedia.org/wiki/IPv6_packet)
referenceid: 43 referenceid: 43
after: dstaddress
fields: fields:
- field: nextheader - field: nextheader
length: 1 length: 1
@ -73,6 +76,7 @@ protocol:
- extension: - extension:
name: fragment name: fragment
referenceid: 44 referenceid: 44
after: dstaddress
fields: fields:
- field: nextheader - field: nextheader
length: 1 length: 1
@ -89,4 +93,4 @@ protocol:
bitfield: yes bitfield: yes
length: 1 length: 1
- field: identification - field: identification
length: 4 length: 4