Hi! I am developing a dissector in Lua for our own protocol. I was wodering 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 asked 31 Mar '17, 05:23 david-pop |