Netstat Source Code
-
Hi All, I need to implement the same functionality in one of my programs exactly what netstat does (basically look at all the active connections to/from my machine). Does anyone know where I could get the source code for netstat (a Windows version not a *nix or *BSD version). Or where I could get a class that I could use in my code. Preferably in C# but C++ or Java will do also. Thanks in advance... -Koby
-
Hi All, I need to implement the same functionality in one of my programs exactly what netstat does (basically look at all the active connections to/from my machine). Does anyone know where I could get the source code for netstat (a Windows version not a *nix or *BSD version). Or where I could get a class that I could use in my code. Preferably in C# but C++ or Java will do also. Thanks in advance... -Koby
I beleive SysInternals may have something similar to what you are looking for w/source in C. Regards