Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to write a program in C# or VB to monitor TCP/IP connection made by applications on my windows computer and to know the connections parameters as well. Can anyone help on how to implement something like that..???
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 22-Oct-14 13:20pm    
Do you mean all of them, system-wide?
—SA
[no name] 22-Oct-14 13:24pm    
if that's possible, then yes. if not then just user started applications

1 solution

This is possible.

First of all, please see this CodeProject article: A Network Sniffer in C#[^].

You can try to find something else: http://bit.ly/1uFOgiu[^].

Maybe you can even find something else in source code: http://bit.ly/1uFONRl[^].

Only don't expect VB.NET solution; any .NET open-source solution will be good enough for your. Most likely, it would be C#. It's even more likely to find something in C/C++, but I'm not sure it could suite you. Do some search, anyway.

—SA
 
Share this answer
 
v2
Comments
[no name] 22-Oct-14 13:52pm    
Thanks
Sergey Alexandrovich Kryukov 22-Oct-14 14:11pm    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900