Hi!!

I am new to wireshark and I am trying to plot and measure the delay of an end to end tcp packet, that is, I would like to find out how long it takes a tcp packet transmitted from a node to be received from the another node.

Thanks!!!

asked 04 Jul '12, 08:37

Rocio's gravatar image

Rocio
1223
accept rate: 0%


If you captured only on one side (client, server or somewhere between), you can't really measure that time exactly, however you can estimate it by looking at the SYN,SYN-ACK,ACK sequence (look at the time difference of these three packets) and the mean RTT of other SEQ/ACK 'sequences'.

If you want to get a general overview of all packets in a TCP connection (not just a certain packet), you can draw a TCP Stream Graph

Statistics -> TCP Stream Graph -> Round Trip Time Graph

Regards
Kurt

link

answered 04 Jul '12, 10:31

Kurt%20Knochner's gravatar image

Kurt Knochner
8.7k52077
accept rate: 15%

edited 04 Jul '12, 10:34

Thank you very much Kurt!!! :D

(04 Jul '12, 13:09) Rocio
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1

Asked: 04 Jul '12, 08:37

Seen: 451 times

Last updated: 04 Jul '12, 13:30

Related questions

powered by OSQA