As an example, I’ve crafted together a Lua dissector for a fictional protocol, “Foo” along with an associated sample capture file to illustrate what I mean. I’ve also attached an image of the Packet Diagram showing the “Foo Header”
as raw bytes only. What would be nicer to see are the individual header fields themselves, such as for this example:
Foo Header:
0 15 16 31
+-------------------------------+
| Magic |
+---------------+---------------+
| Type | Length |
+---------------+---------------+
Is there a way to achieve this while still grouping the fields within a subtree?
Thanks.
- Chris