Beeks Analytics Decoder Information Advanced Configurable Decoder (ACD)™ Configuration file format PacketHeader PacketHeader The Packet Header contains a single key called "fields" that 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"] } ] TypeDefinitions MessageHeader