Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I was analysing a simple TCP/HTTP exchange, and I found something weird in PT.
When closing the TCP connection, PT does:
FIN SEQ=103, ACK=472, DATA_LEN(TCP)= 24
FIN+ACK SEQ=472, ACK=104, DATA_LEN(TCP)= 20
ACK SEQ=104, ACK=472, DATA_LEN(TCP)= 20
H...