added field prop 'reflength' to reference another field as length info
This commit is contained in:
parent
2cd8460180
commit
1a3b59ed74
|
@ -34,6 +34,8 @@ mapping:
|
||||||
type: bool
|
type: bool
|
||||||
"reference": #reference another protocol directly (e.g. ethpacket->ethframe)
|
"reference": #reference another protocol directly (e.g. ethpacket->ethframe)
|
||||||
type: str
|
type: str
|
||||||
|
"reflength": #reference another field for length of this field
|
||||||
|
type: str
|
||||||
"subfields":
|
"subfields":
|
||||||
type: seq
|
type: seq
|
||||||
sequence: *fieldsseq
|
sequence: *fieldsseq
|
||||||
|
|
Reference in New Issue