This program, while specifically designed to decode a raw binary capture from the sever via Furbot's capture commands, will decode (currently only DS Triggers) any file in which the data from the server is captured to. It expects the data to be exactly as sent from the server, each command terminated with a linefeed.
It makes four lists, Events, Triggers, Sequences, and the Train, which is a list of triggers as sent from the server. Will add more decoding as the needs arise to decode more.
Bug fix, arrays with a single element were not being displayed.