whats is use of ndishandle in protocal driver.i get ndishandle when i register a protocal with ndisregisterprotocal.iam getting handle its is belongs to lower...
You will need to learn that "handles" are just objects that identify things. In user-mode you use CreateFile to open a file and CreateFile returns a handle...
I've developed a virtual miniport driver for our purpose. To improve throughput, I'm now considering to add a new passthru driver. In my circumstance, I have...
Hello, I have a BSOD on XP and especially on Vista systems, for a TDI driver. The crash occurs when my driver is notified at ClientEventReceive that my driver...
okey u r telling ok .but in my project .he is typecasting the handle when u ndisregisterprotocal function to context.....its is just a portblocking driver.its...
Hi, Can anybody suggest me how should I proceed for IM driver licensing on pocketPC? Do I need to apply every time for licensing when OS version changes? Any...
Hello, I have installed passthru on WM6.0(WINCE 5.2). It gets installed successfully for Wireless Adapters. But due to passthru installed, I am unable to...
... first ... I heard somebody said NdisAllocateMemory should be use for released driver. It works better than NdisAllocateMemoryWithTag. Is that true? I have...
Hi Thomas, i have written a function to fake the the ARP request from my virtual adapter. It shows in following steps: 1. NdisAllocatePacket( &nNdisStatus, ...
... [PCAUSA] Who is "he"? You should ask him. I don't know how you can infer any meaning to the NdisProtocolHandle returned by NdisRegisterProtocol unless you...
... [PCAUSA] After calling NdisMIndicateReceivePacket you must free everything that you allocated in the reverse order that you allocated them, incuding: 1.)...
Hi Thomas, i have written a function to fake the the ARP request from my virtual adapter. It shows in following steps: 1. NdisAllocatePacket( &nNdisStatus, ...
Hello All, How I can find complete device stack size? For example I want to find out all the device sitting above \TCP device object stack. If I assume my...
Hi, I can send a modified packet through IM driver NdisSend(&nNdisStatus, pBinding->hPTBinding, pEncapPacket); but some time i can't sended packets. Do i have...
We are experiencing a blue screen at the following statement in _I_KS_Close_Connection: ASSERT( KeGetCurrentIrql() == PASSIVE_LEVEL ); The call stack is as...
Hi, I am trying to port AsyncMAC sample driver on Windows Mobile 6.0 enabled HTC Touch device. I have kept wifi disabled and connected GPRS through it. When I...
Hi! I need to upgrade an NDIS 5.1 IM driver due to changes on INFs files. We try to do it by uninstalling and installing the new one. Sometimes the new...
Hi Thomas, this is not a solution for me since the driver fail to load on some ( few ) of our company's customers computers, and I don't have access to debug...
It depends on whether or not the OS can get the drivers stopped correctly. I've seen this happen for years in a variety of environments. Are you sure you need...
any bady plz tell me how to indstall ndis protocol driver...after registering using ndisregisterprotocol ,,,protocolbindadpter is not calling ............plz...
Hello, I have one question about tdi event handlers: when a client send a TDI_SET_EVENT_HANDLER with non-NULL handler, on a file object, does it send...
Please study the DDK NDIS protocol driver samples and how they are installed. Study the DDK documentation. After you have done this and tried the DDK samples...
It sounds like a reasonable thing to clear the event handlers before closing a TDI handle. However, if it's not specified in the TDI documentation I would not...
Thomas, I am interested in writing a WDM root enumerated bus driver that is also an NDIS protocol driver. I read on the osr forums that such a driver would...
A few weeks ago, I've mentioned that installing the pcasim driver had the state of all ipv6 address of the system duplicate state. From then, I couldn't...