I would like to hook into certain windows network events, such as new incoming and outgoing connections.
What are the options? wmic, windows API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could take a look at WinPcap:
http://www.winpcap.org/
“WinPcap is an open source library for packet capture and network analysis for the Win32 platforms.”
http://www.winpcap.org/docs/docs_412/html/main.html
This is the library that programs like Wireshark uses to do all it’s capturing with. http://www.winpcap.org/misc/features.htm