ndis
Access denied when doing "net start ndisprot"
I have compiled the ndisprot sample from the Windows DDK (src\\network\\ndis\\ndisprot\\60) for Windows 7 64 bit.[详细]
2023-04-01 13:16 分类:问答How to use NDIS protocol driver?
I write a NDIS protocol driver. I can register my protocol with NdisRegisterProtocol. How does the application typically access this driver?[详细]
2023-03-26 05:54 分类:问答Raw ethernet broadcasting
I downloaded WinDDK and am 开发者_运维问答using ndisprot 5x to broadcast raw ethernet packets from my user app, specifying destination MAC all 0xff\'s, on large and repetitive data sets it doesn\'t se[详细]
2023-03-17 18:27 分类:问答Windows kernel equivalent to FreeBSD's ticks or Linux' jiffies in the latest WDK
I am working on a Windows NDIS driver using the latest WDK that is in need of a millisecond resolution kernel time counter that is monotonically non-decreasi开发者_如何学运维ng.I looked through MSDN a[详细]
2023-03-05 08:29 分类:问答WiFi NDIS driver does not appear in the WHQL ndistest device list
I maintain an NDIS 6.0 native WiFi driver. One of my missions is passing a WHQL test. To that end I installed version 1.6 of the Windows Logo Kit. I also installed my driver on a a Windows 7, 32-bit t[详细]
2023-03-05 04:26 分类:问答Is there any good good resource on how to write a ndis filter with windows develop kit?
Although wdk ships an exampe with it,it doesn\'t have any detail documents on how it works. Is there any resour开发者_开发知识库ce that fully explains how it works?It does very much contain all that[详细]
2023-02-28 15:12 分类:问答Does debugging a netfilter service in windows belong to kernel debug?
I know that to do kernel debug I need 2 OS,the hosting OS and the target OS. but does a netfilter service(ndis filter,to be exact) belong to the 开发者_Python百科kernel?Yes. NDIS filters are loaded i[详细]
2023-02-28 14:27 分类:问答NDIS filter driver doesn't load in windows 2008 R2
I\'m trying to develop an NDIS filter driver. However, I don\'t seem to be able to load it. I have the debug and testsigning boot options enabled; my driver is test-signed, and the certificate is load[详细]
2023-02-18 04:39 分类:问答Using the ndisprot example driver (in the WDK) with C++
I have compiled succesfully the ndisprot example ndis driver that ca开发者_JAVA百科me with the Windows Driver Kit, but I don\'t know how to use it from C++ to send or receive packets. Could someone in[详细]
2023-01-12 08:09 分类:问答Looking to learn writing a NDIS or TDI driver [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-09 03:35 分类:问答