changing label of second packet bytes pane page
Hello everyone ! I'm trying to create a Lua dissector for a custom BLE protocol. Unfortunately I have to manage the reassembly of certain frames and in particular create a new TVB object for this, which creates a new page with the label (unnamed) in the packet bytes pane. Is it possible to change this name in Lua?
Thanks in advance ;)
The various views of packet bytes in the packet view pane are called "tabs" in Wireshark; presumably that's what you mean by "page(s)".
Which Lua call are you using to create a new TVB object?
bytearray:tvb()
?tvbrange:tvb()
?