First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Question about the sequence number and next sequence number

Why the sequence number and next sequence number became to 1? Is it meaning something?

RoyLiz's avatar
1
RoyLiz
asked 2019-05-15 06:19:03 +0000
Packet_vlad's avatar
1.1k
Packet_vlad
updated 2019-05-15 06:31:35 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Packet_vlad's avatar
1.1k
Packet_vlad
answered 2019-05-15 06:26:01 +0000, updated 2019-05-15 06:29:52 +0000
edit flag offensive 0 remove flag delete link

Comments

Appreciated for your prompt reply!!! :)

RoyLiz's avatar RoyLiz (2019-05-15 06:48:07 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer