THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Related packet symbols in Lua dissector

Hi, I am developing a dissector in Lua for our own protocol. I was wondering if it is possible to tell Wireshark which packets are related to which in a Lua dissector, so that it marks them with the different related packet symbols. For example, signal that a packet is a request and another one is a response or something like that. Is that possible?

I am thinking about the packet symbols as shown here: https://www.wireshark.org/docs/wsug_html_chunked/ChUsePacketListPaneSection.html

Thank you

Related packet symbols in Lua dissector

Hi, I am developing a dissector in Lua for our own protocol. I was wondering wodering if it is possible to tell Wireshark wireshark which packets are related to which in a Lua dissector, so that it marks them with the different related packet symbols. For example, example signal that a packet is a request and another one is a response or something like that. Is that possible?possible ?

I am thinking about the packet symbols as shown here: https://www.wireshark.org/docs/wsug_html_chunked/ChUsePacketListPaneSection.html

Thank you