The workbench shall provide a DATEX block viewer to inspect the structure of DATEX blocks.
The view shall display the following parts of the block:
- Routing header
- Block header
- Encrypted header
- (body)
The default view shall show a hex view of the block with the specific fields beeing color highlighted.
Hovering over the fields shall bring up a tooltip, containing
- title of the field
- description of the field
- deserialized value representation of the field
On click of a field, the field's value shall be shown deserialized in a split view below the block inspector for detailed investigation.
For deserialization of the protocol data, https://github.com/unyt-org/speck shall be used.

The workbench shall provide a DATEX block viewer to inspect the structure of DATEX blocks.
The view shall display the following parts of the block:
The default view shall show a hex view of the block with the specific fields beeing color highlighted.
Hovering over the fields shall bring up a tooltip, containing
On click of a field, the field's value shall be shown deserialized in a split view below the block inspector for detailed investigation.
For deserialization of the protocol data, https://github.com/unyt-org/speck shall be used.