Greetings I need to get the process name that is using an open port on Windows and Unix programatically in C. On unix I think the best way may be read the /proc fs.(I would be glad to know of a better/more portable way.) I don't know how to obtain that information on Windows. Please help me with some pointers on how to go about it.
Thanks, AS
