Hi all, We tried to uninstall ndis MUX intermediate driver(Available in DDK samples) from the Local area connection properties.It clears all the protocols from...
The MUX driver has a companion Notify Object. The NO performs most of the work related to controlling the bindings to your driver during installation and...
Hi, We are trying out to install passthru driver on WM5 Pocket PC. So far We have - 1) created a registry setting under the HKEY_LOCAL.../Comm/ 2) signed the...
I try to run Ndiscope.exe for x64 on Vista 64, firstly, i copy PCAMp50a64.sys and PCASp50a64.sys to %System%/driver/, then copy Ndiscope.exe ,W64N55.dll and...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of zheng cheng Sent: Saturday, February 10, 2007 3:44 AM To:...
Hi All; I want to develop a NDIS driver for windows vista. How much it is different from Win XP and Win2003 ? I have already developed the driver for XP and...
Hi Vishal, I was facing the same problem you have mentioned. The issue is because of the definition file not getting included by the linker. Copy the ...
The Vista Windows Driver Kit (WDK) Network Design Guide includes the topic "Porting NDIS 5.x Drivers to NDIS 6.0" that should give you a start. Information...
Thomas, Is there any documentation available (even source code) for adding a property page to a NDIS protocol driver (similar to tcpip) ? thanks kanna...
If you don't need anything fancy, you can use a Notify Object to add information to NDIS component's property page. Take a look at the DDK/WDK MUX Notify...
Thanks Thomas, I have downloaded the WDK evaluation version from the Microsoft site. It doesn't contain the documentation. I was trying to install the sample...
I am surprised that there is no documentation. That is a problem. Documentation should be on line, however. Build NDIS 5 IM Filter drivers using the Windows XP...
Dear group, first of all, I'd like to thank Thomas F. Devine for the countless answers and suggestions he has given, in this list and in the usenet, with the...
Lothar May
L-May@...
Feb 20, 2007 10:27 pm
7798
Hi! I would like to know if somebody have succeded on scanning wireless networks via NDIS6 with I/O commands only. I am always getting error 87 (I think this...
I have been using the TDI samples for a while with success on WinXP and Win2K. Do I need to get an updated version of the sample code to use them on Vista? ...
Gary Price (iPrimus)
gbp271828@...
Feb 21, 2007 11:22 pm
7800
Hi I have a question about my TDI Filter and hope that the experts here can provide me with some insight. I hope i have explained my question well otherwise...
TDI is deprecated on Vista. What this really means is that a TDI filter is not going to work on Vista. You need to use the new Vista-specific Windows Filtering...
What tool are you using to make the OID_DOT11_xyz NDIS requests? If it is a NDIS protocol-based tool, then on Vista there is a Microsoft NDIS filter driver...
For this specific call you are intercepting an IRP from a higher-level TDI client. Fortunately the documentation for TDI_CONNECT says that STATUS_PENDING is an...
Thomas, thanks for your unvaluable information you gave me about lightweight filters, without that I would have been walking in circles for so long. Now, I...
... higher-level TDI ... return ... TCP/IP ... that you ... would ... IRP" of ... That's a good idea, i thought of doing it something like this in the ...
I want to use the ZAdapterComboBox in my code, so i add ComboBox to my dialog, and set owndraw fixed, then add adapter icon to the resource, its ID is set to...
Use debugger to debug. Examine ZAdapterListBox::GetIconID call. Examine the GetItemDataPtr structure that is returned from GetItemDataPtr. Make sure that the...
Can anyone recommend any really good books on the topic of Memory Management on Windows 2003 server platforms? We need to do some stuff related to this area...
Get "Windows Internals" by Russinovich and Solomon this covers memory management well. Now, the thing is you are limited in what you can do, the API's in the...