HI all , I downloaded a file and in wireshark i saw the GET request of the filename , i want to know how much time it took to the file to get downloaded to my computer . How can i see that throw wireshark , can anyone please help me ? asked 05 Mar '13, 07:16 Alon Fox |
2 Answers:
There are several ways to do that, depending on the accuracy you need. most accurate method
Regards answered 05 Mar '13, 10:32 Kurt Knochner ♦ |
When you just need an approximate number fast in a capture where the flow you care about is the biggest one: Go to Statistics -> Conversation List -> TCP, click the "Bytes" column twice to sort decreasing, and then look at the "Duration" value for the top row. answered 06 Mar '13, 18:56 rakslice edited 06 Mar '13, 18:56 |
That will not show the download time of a single object if HTTP/1.1 was used. It will show the duration of the TCP connection which could have been used to download several objects!