THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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