logger in visual c++

I want to design a logger which will log all the web pages/ip addresse/domains being accessed.

I will mostly develop it in visual c++.

please suggest me.
I don't know what exactly do you mean, but I think you need to monitor application port. For application that uses for Web browsing is 80, 8080 usually
Doing this from the workstation? You need to intercept ip traffic and somehow decode it. BSD provided the BPF (Berkeley Packet Filter), which has been ported to Windows as WinPCap. You might want to look at what Wireshark does.
or... if you can turn the idea of ip-addresses down... you could use hooks... but this is more like an semi-legal key-logger...
Topic archived. No new replies allowed.