How to filter http traffic in Wireshark?
- by par
I suspect my server has a huge load of http requests from its clients.
I want to measure the volume of http traffic.
How can I do it with Wireshark?
Or probably there is an alternative solution using another tool?
This is how a single http request/response traffic looks in Wireshark.
The ping is generated by WinAPI funciton ::InternetCheckConnection()
Thanks!