0

How can I get response time difference between GET and HTTP/1.0 200 OK with using of tshark&shell or something else for each hostname? What can you recommend me for answering this question?

Павел Иванов
  • 1,863
  • 5
  • 28
  • 51

1 Answers1

0

You can extend both wireshark and tshark using Lua scripts. See Chapter 11 of the Wireshark documentation for details. I would start by trying to write a Tap/Listener that inspects HTTP "packets" that have been preprocessed by wireshark to collect the data and use the tap's reset method to perform calculations and output.

hillu
  • 9,423
  • 4
  • 26
  • 30