This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

2-way handshake

0

While looking at packet captured from netscalar device found a strange 2 way handshake where first packet was syn followed by syn-ack but third packet was ack with psh bit set and had data in it.Can anyone explain this?

asked 26 Nov '13, 23:05

kishan%20pandey's gravatar image

kishan pandey
221282936
accept rate: 28%


2 Answers:

3

This is allowed for TCP. Depends on the specific application implementation, the 3rd packet is allowed to carry application level data. Although this kind of cases are not much, but it was not uncommon in recent days.

answered 27 Nov '13, 00:36

SteveZhou's gravatar image

SteveZhou
191273034
accept rate: 0%

0

This is actually very common these days. It is still a 3 way handshake (ACK, PSH) but the application is also sending data as pointed out by @Zhoucengchao.

answered 28 Nov '13, 20:10

Ken15's gravatar image

Ken15
6125
accept rate: 0%