Hi!

I want to extend the NETSTAT command with some features.
I would need to generate the same in VB 6 as I would type
NETSTAT -n

NETSTAT -n provides you with info of every open TCP/UDP session including IP adresses. For example: it's possible to see IP's used in ICQ (when you establish a connection over ICQ).

My Vision is to check all connections every x seconds, check back the IP's with IP's in a list and provide you with a fine log who has established a connection to you (not only with IP but with REAL name!).

Can anybody help me?
Daemon