Hey all, 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?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
Ok thanks, I discovered this by myself but since this is the answer I will let other readers know. – Ceska Zbrojovka Aug 17 '10 at 0:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.