Port to Process Mapping

pinky

Newcomer
Joined
Aug 3, 2005
Messages
2
Hey Anyone,

I know that there are a number of free tools and utilities out there on the internet that can display the open ports on a system with the process ID's of the services using them.

Does anyone know how to use VB.NET to acquire this information? I can't seem to find any information on the topic. I would have thought that the WMI class would have provided this functionality but it doesn't.

Anyone have any ideas to help me out on this problem or at least point me in the right direction on where to acquire the info????

Thanks,
:rolleyes:
Pinky
 
Can't think of an easy way of doing this through .Net - if you are any good with C then the following link does include some sample c source for doing this, will be a difficult job to convert all the declarations to .Net though.
 
Back
Top