Beeks Analytics Decoder Information Advanced Configurable Decoder (ACD)™ Configuration file format PacketHeader PacketHeader The Packet Header contains a single key called "fields".JSON key: fieldsThis defines the fields contained in the common message header of the protocol you want to decode. "PacketHeader" : { "fields": [ { "name": "Timestamp", "type": "INT64_LE" }, { "name": "StreamID", "type": "INT8" }, { "name": "MsgBlockCount", "type": "INT8", "flags": ["msg_count"] } ] The additional keys provided in the “fields“ key are described in section MessageHeader. TypeDefinitions MessageHeader