This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

plugin_if: plugin_if_goto_frame not changing packet detail

0

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

asked 10 Nov '15, 00:46

PaulOfford's gravatar image

PaulOfford
131283237
accept rate: 11%


One Answer:

0

I'm not sure. It triggers a 'find frame' kind of action, but doesn't seem to select it, which should trigger detailed dissection. Maybe better to go over to the wireshark developers mailinglist with these type of questions.

answered 10 Nov '15, 01:37

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Will do. Thanks.

(10 Nov '15, 01:43) PaulOfford