wiresock / ndisapi

Windows Packet Filter library for network packet interception and manipulation, suitable for custom firewall, VPN and traffic analysis applications.
https://www.ntkernel.com/windows-packet-filter/
MIT License
289 stars 78 forks source link

dnstrace issue #10

Closed cr-ohadgerrassy closed 3 years ago

cr-ohadgerrassy commented 3 years ago

m_hFileHandle = ::CreateFile(pszFullName, 0, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, 0);

where pszFullName =L"\\.\NDISRD" is not working, get last error return 2, file not found

what is NDISRD?

cr-ohadgerrassy commented 3 years ago

is the ndisrd source code is available ?