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

How Wireshark Calculate RTT

Looking into network delays. Im plotting RTT for a TCP videostream. The graph shows spike for some packets, but i cannot find out how the RTT for these packets are calculated as i cant find the ACK for these packets.

So my question is how does wireshark calculate RTT when there apparently aren't any ACK to base the RTT caclulatation on?

vemund's avatar
1
vemund
asked 2024-04-30 16:07:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Current issue: 10722: Round-Trip Time Graph plots incorrect values

Something close can be done with Statistics -> I/O Graphs plotting tcp.analysis.ack_rtt and filtering based on src/dst addresses.
(RTT time from WSUG: Figure 7.7. “TCP Analysis” packet detail items)

image description

Chuckc's avatar
3k
Chuckc
answered 2024-04-30 17:34:55 +0000, updated 2024-04-30 17:35:38 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you for answer! Just found these links, stating that my issue is a known error in Wireshark.

https://gitlab.com/wireshark/wireshar... https://osqa-ask.wireshark.org/questi...

vemund's avatar vemund (2024-04-30 17:38:49 +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