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 to identify packet loss rate from wireshark when perform TCP or UDP download?

  • retag add tags

Perform a speedtest or download from FTP server. Would like to figure out from wireshark, how to identify the packet loss rate? Does Wireshark has this capability?

chyeat's avatar
1
chyeat
asked 2018-03-02 02:41:31 +0000, updated 2018-03-07 02:58:14 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You could filter for TCP expert messages about "previous segment not captured", by filtering for

tcp.analysis.lost_segment

and check the status bar for the number of occurrences. It's not 100% exact under all circumstances but it can give you an idea. With UDP it depends on the application protocol if you can check for packet loss, but it's more complicated because UDP doesn't guarantee packet delivery - which means that there are no checks for lost packets on UDP protocol level like TCP has.

Jasper's avatar
24.1k
Jasper
answered 2018-03-08 00:20:21 +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