I want to monitor and record all the data that is coming out of any given port on my computer, how do I do this??
Printable View
I want to monitor and record all the data that is coming out of any given port on my computer, how do I do this??
hi,
I hope by port u mean the IP address of the machine from where request is coming. For that u can use remotehost property of server. If it is not for IP, then every request for HTTP is port 80.
jasvinder
Isn't Socket the better place to watch !!!. Since it is the head point that recieves and sends data .Quote:
Originally posted by jasvinder
hi,
I hope by port u mean the IP address of the machine from where request is coming. For that u can use remotehost property of server. If it is not for IP, then every request for HTTP is port 80.
jasvinder