Humm... You say "PtSendComplete: Nothing to add." You need to give this some thought... Think about what happens in a protocol driver above your NDIS IM driver...
Hi all I am a newbie in windows driver development and NDIS. I have to make a NDIS IM driver which provides filtering and some other functions... The problem I...
Hi, Could anyone tell me whether I can retrieve RSSI value through NDISUIO driver and DeviceIoControl function? Or I have to use NDIS driver. It seems NDISUIO...
You need to study a bit more. 1.) Starting with Windows XP the NDISUIO driver is a Microsoft-proprietary system component NOT TO BE USED BY ANYONE EXCEPT...
Hi, I have a few basic questions I am hoping someone can answer. I am familiar with XP DDK, NDIS IM drivers, and loading and debugging in XP. I want to do some...
Hi, In the PCAUSA sample code for the "PassThru" driver version 616, WDMInitialize() is called from DriverEntry() which eventually calls NdisMRegisterDevice()....
Humm... Sure looks like you have found a bug. I will take a closer look at it. Thomas F. Divine ... From: Roger Tragin [mailto:rtragin@...] Sent: Friday,...
If you are working on Pocket PC 2002, the you must remember that Pocket PC 2002 is based on NDIS 4.0. There is a BIG difference between a NDIS IM driver for...
... PC2002 NDIS4 is not the same as NT4 NDIS4 - there are significant differences that mean a fair bit of work to transplant a driver from (say) NT4. I found a...
Taking the advice seen here (as well as elsewhere) against using the NDISUIO driver to query data from 802.11 adapters, I've built my own NDIS Protocol driver...
... Actually, it is still correct that 1.) there is no requirement to sign NDIS protocol drivers and also 2.) there is NO WAY to sign NDIS protocol drivers if...
... There is ... system ... complaining ... this ... sign NDIS ... protocol drivers ... will lead ... whatever it ... So the bottom line on this is: 1) There...
... Yes. I believe that there are some workstation policy settings related to unsigned driver warnings, but I have never fooled with them. Of course, you ...
... Network ... --You can examine the SNetCfg API as a possible means of automating the --installation process. This will NOT suppress the unsigned driver ...
... Sorry, you'll just have to read in circles for a while. It may also be useful to examine other INF files. You will find a bunch in the \Windows\Inf folder....
I think WinPcap installs a protocol driver, and I never get the warning box from it. You might check out www.ethereal.com - you can get winpcap source from...
... warning ... Thanks.... I'll let you know. Regards, Joe ... using the ... my own ... There is ... system ... complaining ... this ... to sign NDIS ... ...
hi First of all thanks for your reply I have now build the passthru extension part 2 in windows 2000 build environment supplied with windows XP DDK. (build...
Hi as you know, most of the commercial personal firewalls give the user the ability to filter applications that do one of the following: - act as a server...
Thanks for taking the additional time to test using a more recent DDK. Although we are still not using the same DDK Build environment, I don't think that is...
This is usually done using a filter above the kernel-mode TCP/IP driver. The paper "Windows Network Data and Packet Filtering" at NDIS.COM illustrates the...
There is one known bug in the Extended PassThru sample. It is ptextend.c in the DevEnumerateBindings() function. A DBGPRINT statement that performs UNICODE...
When the passthru example's PtUnbindAdapter() is called it makes a check on pAdapt->MiniportHandle being NULL to determine whether the MpHalt() handler has...
Douglas G. Hanley
dhanley@...
Feb 9, 2004 9:45 am
4365
Ok, where does the call to WDMCleanup() belong? Also, once I put it there, will I be able to uninstall an old version and install a newer version without...
I will look at it when I can. At that point I can answer your question. Last week and this I have jury duty. Thomas F. Divine ... From: Roger Tragin...
... I'm not in a position to suggest what the problem might be. However, I do know that many of the problems I was plagued with disappeared when I switched...
Hello everybody, I am trying to communicate with a driver for a Cisco Aironet Wifi card in Windows 2000 without a lot of success. Standard codes like asking...