HELP: Use integer format for the length field TYPE: OBJECT SYNTAX: INTEGER(ENDIAN=SYSTEM/BIG/LITTLE/LOCAL,WIDTH=num/U16/U32/U64,INCLUDE)
The object defines the binary representation of the length field in integer format. You can define the byte order, the bit width and if the length field will be part of the length value or not.
NUMBER: ENDIAN=SYSTEM/BIG/LITTLE/LOCAL - Byte order [SYSTEM]
SYSTEM - Byte order of the default logical systemBIG - Big endian byte orderLITTLE - Little endian byte orderLOCAL - Byte order of the real physical systemNUMBER: WIDTH=num/U16/U32/U64 - Bit width/rate [B32]
U16 - 16 bit unsigned integerU32 - 32 bit unsigned integerU64 - 64 bit unsigned integerSWITCH: INCLUDE - Include length field in length value [OFF]