Hi, I just want to know how to measure delay & packetloss on HTTP & FTP packet? My friend told me to decode them first into RTP then the result would be in Telephony -> RTP -> Summary. But I couldn't find RTP when I going to decode the HTTP packet. So is there any simple way to do this? FYI, I'm a newbie on using wireshark :) Thanks asked 06 Mar '14, 10:14 Aldindha edited 06 Mar '14, 10:17 |
One Answer:
RTP and HTTP/FTP are not related for several reason.
So, I guess your friend is mixing up things that are totally unrelated! To return to your question: How to measure delay and packet loss of HTTP and FTP connections. Regarding delay it's up to you to first define what exactly is delay for you in the context of HTTP/FTP. Regarding packet loss go to
and look for Errors and Warnings. If there is packet loss, you will see
Regards answered 06 Mar '14, 13:31 Kurt Knochner ♦ |
Thanks for the answer kurt. What I mean about delay is a sum of time that a packet needed to across the network until destination
O.K. if you need that at packet level, select the tcp stream you are interested in, then select
and choose the graph that's most interesting for you.
See also the docs of Wireshark.