Finding parent subtree of a field in a Lua post dissector
I want to write a plugin to add description to VSA's in pfcp message.
Now I want to add a new filed under every VSA in the packet as depicted in picture linked. link text
I think it will require finding parent subtree root of a Filed.
Can I achieve this in a lua post dissector plugin?