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
|
||||
"reference": #reference another protocol directly (e.g. ethpacket->ethframe)
|
||||
type: str
|
||||
"reflength": #reference another field for length of this field
|
||||
type: str
|
||||
"subfields":
|
||||
type: seq
|
||||
sequence: *fieldsseq
|
||||
|
|
Reference in New Issue