I would like to write a program that monitors TCP ports similar to TcpView, but the fact is that it should fire events if certain ports are used. Scenario:
License server and client program. The license server can use port 1234 to listen and establish multiple connections. The client connects from its computer to the server through port 1234.
When a packet is sent / received on this port, an event should be fired on the client PC.
Any ideas where to start? (Go goled, and stumbled upon old sites with useless information)
Hello,
source share