I'm writing Windows Service and I want it to log every website url the user requested from any browser. I'm using pcap.net which captures every http packet, but I can't map packets to websites correctly. I couldn't find anything useful while googling. Any ideas?
Thanks