Tagged Questions

7
votes
10answers
731 views

Free Network Monitor

I am having trouble integrating two products, one of which is mine and they appear not to be talking. So I want to make sure they are communicating correctly. I had a look around for network monitor ...
2
votes
6answers
5k views

How can I access netstat-like Ethernet statistics from a Windows program

How can I access Ethernet statistics from C/C++ code like netstat -e? Interface Statistics Received Sent Bytes 21010071 15425579 ...
1
vote
1answer
35 views

Last login date of server profile?

So I'm writing a program to monitor access dates on a server. My goal is to get the last login / access date of each profile that's on the domain controller, but I have no idea what file / setting / ...