• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

C/C++/C# Packet Sniffing FAQ and How-To

Thanks for the reply. Although I did some more research and it looks like performance counters are actually what I need to do after all. The examples I had found up until this point all showed performance counters that were global for a specific NIC, and I thought that was the only way to use the network performance counters. Apparently you can also set performance counters based on PID as well, which is perfect for my needs.
 
Back
Top