Is it possible to trap http/https requests for filtering in windows?
Doesn't work too well with HTTPS, of course, but it's scriptable.
MSalters
2009-06-08 08:54:41
+6
A:
If you need to sniff the packets, you could use Ethereal or Wireshark
Update:
Try WinPcap then it gives you a lot of features along with the popular *nix Library libpcap API
Ram
2009-06-06 06:09:01
@Umair: winpcap _is_ for programming. read it's documentation: http://www.winpcap.org/docs/docs_40_2/html/main.html
Idan K
2009-06-06 10:27:15
A:
Microsoft's Network Monitor is pretty good. I've used wireshark, and Network Monitor is just as good, if not better.
John Weldon
2009-06-06 22:54:27