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_h...
Thank you