This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to get HTTP Response time and HTTP Transaction from Wireshark

0

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's gravatar image

RICCIPAM
1111
accept rate: 0%


One Answer:

0

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:

alt text

To get some further HTTP statistics use the Statistics -> HTTP menu.

answered 08 Apr '15, 02:31

Uli's gravatar image

Uli
9031515
accept rate: 29%