Question about the sequence number and next sequence number
Why the sequence number and next sequence number became to 1? Is it meaning something?
Why the sequence number and next sequence number became to 1? Is it meaning something?
If packet's Sequence Number
and Next Sequence Number
are equal that means the packet contains no data (TCP segment length = 0) in other words this is "pure ACK".
If you see such packet somewhere in the middle of a trace - this is unidirectional data transfer.
Keep in mind also 1
is not absolute Seq.n, but relative. If you want to spot real Seq.n you have to disable Relative Sequence numbers option
in TCP dissector.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-05-15 06:19:03 +0000
Seen: 1,631 times
Last updated: May 15 '19
TCP sequence numbers - beginners question
Client is waiting for FIN flag from server for 30 sec
follow tcp stream dialogue box
How to tell if TCP segment contains a data in Wireshark?
Random Flooding of TCP Retransmissions
How to make wireshark pop out a file when there are a lot of tcp retransmissions?
how to create a graph of the number of active tcp connections over time?