Hi,
I've written a small TCP service that runs on a thread inside Wireshark. I use Putty to send a frame number to the service which then uses
plugin_if_goto_frame
to command Wireshark to jump to the frame number sent. It works fine except for one problem.
Although the correct frame is highlighted in the Packet List, the Packet Detail and Packet Bytes don't change to match the new frame number. I've recorded a short video of this which you can see at
https://youtu.be/jUHuC_2rTcM
What do I need to do to get Wireshark to update the Packet Detail and Packet Bytes?
Thanks and regards...Paul