Hi, i’m looking into WinPKFilter, is there a way to find out the NIC description?
I found the (internal) name like {829…1A}, but i’m looking for: Intel 100 Mx, or Broadcom 123, or Realtek xyz. Is that possible at all?
Regards,
Anthony
This information is not available on driver level, however you can use IP Helper API to retrieve information about network adapters (GetAdaptersInfo) and associate with adapters returned from WinpkFilter using AdapterName (GUID) or Address (MAC address). Also suchinformation can be fetched from the registry directly.