Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How do you get tcp flags in another dissector

I have a dissector that processes messages that are transported on TCP. In my dissector, I need to know when a tcp session has finished with a message by checking when the TCP Push flag has been set. Is there a way to get the value of that flag in my dissector? Or, is there another way to know that I have the last packet in a TCP transported message?