I'm writing a dissector for a TCP-based protocol in C. Is it possible to determine whether a packet goes in the client-to-server or in the server-to-client direction? I have set up a conversation state, but I'm not sure what to put into it. I can recognize the first packet in the conversation (client-to-server), and I use that to store I noticed that What's the idiomatic way to track the direction of the conversation? asked 08 Jul '13, 07:38 LouisDx edited 08 Jul '13, 07:38 |