Hello,
How can I add a dynamic number of subtrees to my protocol tree? It's not
possible to register them in advance using proto_register_subtree_array,
since their number is different in every packet and unknown at protocol
registration.
Should I allocate a fixed number of subtrees, and hope they're enough?
Thanks.
Stefano