Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

TCP analysis

I need you help to confirm or not theses notions plz. I'm trying to extract some TCP.analysis fields using python and for that I need to understant every field:

The next expected sequence number = ['TCP'].seq + len(['TCP'].payload) The current sequence number = ['TCP'].seq The last-seen acknowledgment number = ['TCP'].ack

Thanks in advance for your help

TCP analysis

I need you help to confirm or not theses notions plz. I'm trying to extract some TCP.analysis fields using python and for that I need to understant every field:

The next expected sequence number = ['TCP'].seq + len(['TCP'].payload)
The current sequence number =  ['TCP'].seq
The last-seen acknowledgment number = ['TCP'].ack

['TCP'].ack

Thanks in advance for your help