How to change content of follow TCP stream

asked 2019-07-23 06:07:53 +0000

JustPlayin gravatar image

updated 2019-07-31 04:44:07 +0000

Hi All,

I am currently writing a plugin to decrypt SSH using virtual machine introspection and Wireshark. The decryption and the communication between Wireshark and my Plugin works. Now I want to show the decrypted data to the user. I would like to put it into the "follow tcp stream" dialogue. I am working in the packet-ssh.c class. How can I change the content of the dialogue (or which function does this) ? Or is there another way to show the user the decrypted data?

Cheers

edit retag flag offensive close merge delete