Tagged Questions
3
votes
1answer
139 views
How to detect a NEW TCP Connections By Windows APIs GetExtendedTCpTable
I have made an App for watching Active tcp/udp connections for the local pc. Now, my list of connections is static, How do i make it dynamic? I tried to use Timer events,but GetExtendedTCPTable ...
3
votes
7answers
9k views
How do you parse an IP address string in C#?
I'm writing C# code that uses the windows IP Helper API. One of the functions I'm trying to call is "GetBestInterface" that takes a 'uint' representation of an IP. What I need is to parse a textual ...
0
votes
1answer
402 views
Problem with using Win32 IPHelper API in python
I'm attempting to create python module for getting network parameters. I'm using ctypes and has some problems.
Function __getInterfaces_win2k() works with python 2.5 and 2.6, but doesn't work with ...