mirtu wrote:
In my coding want to develop a module that can enable me to find realtime IP addresses and/or computer name of the Client machines that are using internet via server in my internal network.
what about RAW Sockets (SOCK_RAW), eventhough there are controversy using RAW Socket, i think with administrative priviledge, your application can use RAW Socket, through RAW Sockets you can get the IP packets header to find the IP addresses.