building a proxy
I'm trying to build a proxy that will listen bewteen a client and server. It will sniff the packets between the two and find opcodes that are inside the client and server... Doing this in VC++ so im trying to find some sites or some info in what i would need to create something like this.. From just off the top of my head i would need hooks(hook to the client) winsocket for listening connecteing etc...
Any info on this would be helpfully TY...

