Tagged Questions

0
votes
0answers
7 views

Loading Driver Using OSR Driver Loader Error

I have trouble loading my driver using OSR driver loader. I point the path to my driver, register service successfuly, but when I click start service I receive error message "The system cannot find ...
0
votes
1answer
25 views

PNDIS_GENERIC_OBJECT error C2061

I get compiler errors after declaring PNDIS_GENERIC_OBJECT variable. Any suggestion what should I do? #include <ntddk.h> #include <ndis.h> PNDIS_GENERIC_OBJECT gNdisGenericObj; VOID ...
0
votes
1answer
243 views

C/C++ Windows traffic blocker

I want to develop a bandwidth allocator to a network which will be behind my machine. Now, I've read about NDIS but I am not sure whether the network traffic that is neither originating from my ...