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...
Ok, my problem is a common tdi-driver problem: I need to keep a map between file objects and internally allocated objects and modify the initial event handlers...
The approach that works for me is to track AO and CO objects when they are created. Event handlers are added/removed from the tracking structures. Tracking...
well, I already do that ( inspired from tdi_fw sample ) but I can track IRP_MJ_CLEANUP sent to objects on which there are active handlers ( the client didn't ...
Hello, I just did more debugging on this issue and found that IRP_MJ_CLOSE is always called when all handlers are 0. I find IRP_MJ_CLOSE a better point where I...
Hello, I have installed passthru IM driver from SDK on WM6.0 device(HTC-Touch). When GPRS gets connected, in WM6.0 it comes up with VEIM which it says as media...
After looking over the release notes, I see that this problem was fixed in a version of the library that is more recent than the one we are using. Looks like...
I reviewed my TDI code and see that I deal with closing AOs and Cos in the Cleanup call. I do some additional checks in Close to verify that, in fact, the...
Hi all, This may sound stupid. Here goes. Is there a way for a Driver (which I am using DeviceIoControl to communicate with the application) to access ...
You can deal with the approach you study MmProbeAndLockPages, MoGetSystemAddressForMdl and friends. Study these carefully and look for examples of their use. ...
In my system i have no networkcard is it possible to install the network driver without network....in my system no network card.iam trying to install ndis...
... Joseph - Try to install MS loopback adapter. It is a "fake" adapter. It's been a long time for I did not install it, but I think that all you have to do...
Zachary Azoulay
zaz0u@...
Oct 5, 2007 12:23 pm
8069
Friends, From my NDIS Intermediate Driver, I am trying to fetch primary adapter informations like IP address, DNS servers, Gateway etc. Is there any way to...
Hi Pallav, In IM driver you need to parse the DHCP request/response packets. You can get the information needed in DHCP ACK packet. Regards Rajat ... -- One...
Your suggestion assumes that the adapter is using a dynamic address. If the address is statically assigned, that will not work. You will want to use a...
Bryan Burgin
bburgin@...
Oct 9, 2007 4:35 pm
8072
Bryan is certainly right that using a companion user-mode application and the IP Helper APIs is the preferred way to go. On Vista there is even a kernel-mode...
Incidentally, I just went through a major pain in trying to do IP address assignment via user mode code in Vista. It seems that there's a nontrivial bug in the...
Thank you very much all of you for all your prompt resonses. Well, I have IP Helper API option in user mode. That is the final alternative. But I actually want...
Hello, How can be changed the status of a network interface? For example if the Windows Firewall is OFF the status of an adapter is 'Connected'. When Windows...
Hi, I am installing NDIS PASSTHRU sample provided in wince 5.0 Platform builder. I have disabled my Wifi radio and connected GPRS connection. Hence only one...
Hi All When I try to open adapter using W32N_OpenAdapter on Win XP checked build it fails with error code '2'. Same code works on free build of Win XP. The...
This hasn't been noticed before as far as I know. What version of Rawether are you using? What API are you using to fetch the NDIS device names that you pass...
GUID value with a 'G' in must be wrong. {B6 ***G*** 834A-A4F9-4D84-22A1-A599BB295EB4}" From: discussion-pcausa@yahoogroups.com...
Bryan Burgin
bburgin@...
Oct 16, 2007 4:23 pm
8081
Hi Thomas, 1. I am using Rawether v5.3.16.55 2. I am fetching device name from windows registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows ...
... [PCAUSA] That version was released in February, 2003, There have been several releases of Rawether since then, and some of the improvements address the...