Hi, I am a new wireshark user and I made a request to www.ccc.com. .I was able to capture some packets. There are some TCP SYN and TCP SYN/ACK packets How can I substract the SYN/ACK times in order to get the exact http response time? ALSO is the http transaction time both the actual response time and the syn/ack times? asked 07 Apr '15, 20:14 RICCIPAM |
One Answer:
To get the HTTP response time you can use the field http.time and to get the TCP Round trip time you can use the tcp.analysis.initial_rtt field: To get some further HTTP statistics use the Statistics -> HTTP menu. answered 08 Apr '15, 02:31 Uli |