Windows Packet Analyser ?

noekk

Newbie
Joined
Feb 19, 2015
Messages
3
Reaction score
1
Hi guys,

I want to see what packets I'm sending out when I (say) press a like button on a comment. Should I use WireShark ? I remember Microsoft had a great free analyser but I don't see it around anymore.

Thanks.
 
I'm a big fan of Fiddler personally, Wireshark is good too though
 
If it's Chrome/Firefox, just use the "Network tab" in Developer Tools.
If you don't want to use that, try Fiddler, as it automatically proxies browser traffic.

If it's an application, use Microsoft Network Monitor, as it will let you filter packets by process.
If the application uses SSL(i.e. HTTPS), use a combination of ProxyCap/Proxifier + Fiddler to see contents of the encrypted traffic.
 
Wireshark but it’s not for the faint-hearted :-)
 
Back
Top