Hello Under Windows 2K/XP/2003 I am used to modify the load order of NIC drivers and TCPIP driver so that NIC drivers and TCPIP.SYS (and the drivers that those...
Zachary Azoulay
zaz0u@...
Jan 8, 2007 10:41 pm
7767
Dear NDIS gurus, We saw this behavior on Vista in our IM driver, which is based off the passthru NDIS 5.1 DDK sample. Even though we specifically call ...
Hello, In my TDI driver I hook ClientEventReceive for a TDI client and when my callback is called, I'm calling the callback of the client and save the returned...
Does anybody know where the MAC addresses for all the interfaces for a machine are stored in the registry on Windows? I looked up in registry, but could not...
... [PCAUSA] The code at this URL illustrates registry mining for some NDIS information: http://pcausa.com/Utilities/macaddr2.htm Registry mining illustrated...
January 13, 2007 - I have made some improvements to the SniffUSB 2.0 MFC application. The original V1.8 application made an incorrect device "Present"...
Hello, anybody has any idea what happened to this function in WDK 6000 ( the last one, supporting Vista and so on )? It's not available even when compiling...
... [PCAUSA] You will probably need to modify your sources file to get this to work. WDK 6000 still includes the Passthru sample and it still includes the FDDI...
Hello; I recently upgraded my LAN to gigabit ethernet. In an attempt to ascertain my newly found network performance, I can across ttcp for OS X and pcausa's...
Hal M. Staniloff
hal@...
Jan 22, 2007 12:38 am
7775
What network card are you using on the PC (brand, model)? Performance is highly affected by a number of factors, including the miniport driver of the network...
Debugging such issues is usually quite complicated. If I were in you I would probably look at what the CPU is doing when is loaded (system process? kernel or...
Hi, I'm testing NDISCope v5.5.18.05 with Vista and a NDIS 5.5 driver (XP version) for an USB Wireless device. If radio is connected I can't obtain an IP from...
Hello all, I have modified Windows DDK NDISPROT example to set OID_802_11_BSSID_LIST_SCAN . It is successful. After 6-7 seconds, I query the driver with...
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...