Well my question is, I would like to make a packet spy, that monitors incoming and outgoing packets from other applications.
Does anyone have a path to point me in?
Any help would be great!
Printable View
Well my question is, I would like to make a packet spy, that monitors incoming and outgoing packets from other applications.
Does anyone have a path to point me in?
Any help would be great!
Assuming that you ment internet packages (since this is Internet Development Forum) you should 1st of all know on which ports the applications listen, you could first write a scanner that scans your own computer wether it has open ports and which protocol, (UDP/TCP) and if there are let it listen on those ports as well (if possible)..
I'm not sure if this works, this is a mere suggestion..
Wax
Well it is a bit more complicated then that. Im looking to make a program similar to SocketSpy (www.win-tech.co). But with VB, I dont even think this is possible but if anyone knows if it is please let me know! and point me in the direction i should go!
thanks again!