Hi, Given the following example: I have declared 2 Protofields. But imagine I have a repeating group or an array of items: And the message body looks like so: Ideally, I would like to create a subtree in Wireshark for that group The problem is I don't know how to structure this in Lua. This declares 2 protofields: But I'd like to create a dynamic array of the group instead, so I can do: So, is there a Thanks asked 12 Dec '13, 01:14 Lews Therin edited 12 Dec '13, 01:15 |
One Answer:
It turns out I can reuse the same fields to build the tree. So in pseudocode: So answered 12 Dec '13, 06:02 Lews Therin |