some structure extensions and 'nextlayer' protocol id lists

This commit is contained in:
Marcel 2015-01-04 14:54:50 +01:00
parent c1fe1e32cc
commit 92fd553135
1 changed files with 30 additions and 1 deletions

View File

@ -36,6 +36,35 @@ mapping:
type: seq
sequence: *fieldsseq
"osilayer":
type: int
type: int
range: { max: 7, min: 1 }
required: yes
"nextlayer":
type: seq
sequence:
- type: map
mapping:
"protocol":
type: str
required: yes
"identifier":
type: int
required: yes
"extensions":
type: seq
sequence:
- type: map
mapping:
"extension":
type: map
mapping:
"name":
type: str
required: yes
"referencedfrom": #referencing field of protocol definition
type: str
required: yes
"fields":
type: seq
sequence: *fieldsseq