TCP Seq and Ack
Sequence and Acknowlegement number is very import in TCP protocol. They are used to detect if the packet is out of order or if there are any missing pakcets. The Seq in the SYN packet is called ISN(Initial Sequence Number)
Wireshark will calculate relative sequence nuber = real Seq - ISN ...
more ...