Ceska Zbrojovka
Ceska Zbrojovka

Reputation: 3

Using the ndisprot example driver (in the WDK) with C++

I have compiled succesfully the ndisprot example ndis driver that came with the Windows Driver Kit, but I don't know how to use it from C++ to send or receive packets. Could someone instruct me on how?

Upvotes: 0

Views: 1217

Answers (1)

Hans Passant
Hans Passant

Reputation: 941455

Review the .html file for details. The prottest sample app that exercise the driver is available in the src\network\ndis\ndisprot\60\test directory. Shows you how to use the Read/WriteFile and DeviceIoControl functions.

Upvotes: 1

Related Questions