Ask Your Question
0

How to identify packet loss rate from wireshark when perform TCP or UDP download?

asked 2018-03-02 02:41:31 +0000

chyeat gravatar image

updated 2018-03-07 02:58:14 +0000

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?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2018-03-08 00:20:21 +0000

Jasper gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-03-02 02:41:31 +0000

Seen: 6,325 times

Last updated: Mar 08 '18