Hi all
I would like to write a program that monitors for TCP ports, similar to TcpView, but the thing is, it must fire off events if certain ports are used. The scenario:
License server, and client-program. The license server may use port 1234 to listen and establish multiple connections. The client connects from his pc to the server via port 1234.
When a packet is sent/received on that port, an event must be triggered on the client PC.
Any ideas where to start? (Have googled, and stumbled across old sites with useless info)
Regards,