THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Hi all, is there a way of mapping out latency from a CSV output exported from Wireshark?

Trying to determine system latency using Wireshark and the CSV output that they have provided. Only output I have is: '443 > 64307 [ACK] Seq=6681 Ack=97266 Win=8224 Len=1336 [TCP segment of a reassembled PDU]' and "No. Time Source Destination Protocol Bits Length" Can anyone guide me in the right direction? Thanks in advance.

Shexos's avatar
1
Shexos
asked 2021-06-07 22:57:58 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi,

The best way to do this is with the original packet capture file inside Wireshark.

Wireshark will do a lot of the heavy lifting for you.

If you just have a CSV file with the default columns then you can try to calculate what time has passed between interesting packets like TCP 3-way handshake (SYN, SYN/ACK, ACK) for frames to/from the same TCP ports but you are not going to be 100% sure of your answer because you don't know what the settings were in Wireshark when the CSV was created.

And that is assuming it was generated from Wireshark to begin with: File --> Export Packet Dissections --> As CSV...

Hope this helps.

Cheers,

JFD

Spooky's avatar
191
Spooky
answered 2021-06-08 19:53:46 +0000
edit flag offensive 0 remove flag delete link

Comments

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