Wireshark’s Lua API doesn’t allow direct traversal or mutation of TreeItem
s created by other dissectors.Once the protobuf dissector parses and renders its tree, it doesn't expose the raw data structures or allow "re-dissecting" in-place.There’s no public API to delete or replace tree items after they’re created.