I have many tcp ports are established on my system and I am not sure what is doing what. I have seen it using:
netstat -an | find /i "established"
but how can i found what data is getting transferred on these ports. I am fairly experienced in vb.net and can use tcplistener etc. I just need a right direction and first of all need to know is it possible or not? Any c# or vb.net direction will be highly useful.
Thanks in advance