From 1a3b59ed74ef09b0991e7c33a3975e415082b27d Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 24 Feb 2015 20:31:27 +0100 Subject: [PATCH] added field prop 'reflength' to reference another field as length info --- structure-schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structure-schema.yml b/structure-schema.yml index cea0576..6a543aa 100644 --- a/structure-schema.yml +++ b/structure-schema.yml @@ -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