开发者

Tool to visualise how HTTP traffic is split into TCP packets?

开发者 https://www.devze.com 2023-03-20 21:00 出处:网络
I am writing a webserver of my own and I’m trying to tune its behaviour. For this purpose, it would be nice to be able to see exactly how the HTTP traffic is split into individual TCP packets.

I am writing a webserver of my own and I’m trying to tune its behaviour.

For this purpose, it would be nice to be able to see exactly how the HTTP traffic is split into individual TCP packets.

Is there a tool that c开发者_StackOverflowan visualise this nicely?


I think that wireshark is what you are looking for


Wireshark is a network sniffer which can show and save HTTP transactions.


Wireshark or Netmon (http://www.fiddler2.com/redir/?id=netmon) will do this. You might like the VRTA tool for Netmon (http://www.microsoft.com/download/en/details.aspx?id=21462) which helps make sense of HTTP traffic when looking at a low-level capture.

0

精彩评论

暂无评论...
验证码 换一张
取 消