Re: [Wireshark-dev] Conversation tracking in LUA dissector

2019-06-16 Thread Andreas
> I have a protocol with several versions. Dependent on the negotiated > protocol version at begin of the session the structure of the messages > is different. While writing C++ dissectors I used the conversation > member of pktinfo. How can I implement this in a LUA dissector? > > Corresponding t

[Wireshark-dev] Conversation tracking in LUA dissector

2019-05-25 Thread Helge Kruse
I have a protocol with several versions. Dependent on the negotiated protocol version at begin of the session the structure of the messages is different. While writing C++ dissectors I used the conversation member of pktinfo. How can I implement this in a LUA dissector? Corresponding to https://ww