Hello! I got a problem on WindowsXP. On PC1, I use the "W32N_GetFirstAdapterRegistryInfo" to get adapter information from Registry, but the return value is...
You need to change from using the W32N_GetFirstAdapterRegistryInfo functions to use the SetupDi functions. Although registry mining worked OK for Windows NT...
Does anyone know if there are APIs in SDK/DDK to find out the list of adapters (partners) that are part of a layer 2 network bridge on Windows Xp/2000,...
I will be doing some work using the Network Bridge in the next few days. I'll try to see if I can find some helpful information for you. My initial suggestion...
Dear all, I used VS 6.0 and NT DDK to build up my device driver, now I am trying to develop them with VS. NET 2003 and XP DDK, but I failed, below is my...
Viet Nguyen
vietnguyen_alviet@...
Nov 7, 2006 2:00 pm
7696
First the XP DDK is obsolete. Second from the question it sounds like you are using the compiler directly (versus using DDKbuild or a similar script). Bottom...
hi, everybody I have a 100M NIC without any capability of TCP/IP task offload. I also wrote a NDIS6 miniport driver for it. When I do DTM test, when it run...
If you contact WHQL and tell them your NIC doesn't support offload, you should be able to get an exception. They tend to assign incident IDs for things like...
Hi, In the connect completion routine (i.e. TDIH_TdiConnectComplete), I'd like to: 1) Get the connection object from the parameters 2) Building my own Irp...
The TdiRedir sample may give some helpful insight. Examine the TDIH_TdiConnect and the TDIH_RedirectConnection routines. Although TDIH_TdiConnect is, of...
Hi, I need to stop the "WLAN AutoConfig" service manually in VISTA. Do you konw how to disable the "WLAN AutoConfig" service in the VISTA? How to do it in the...
Hi, When I executed the "Ndiscope.exe" which is in the path "\PCADev\Rawether\1804\Bin\ProgramFiles\x86\". I cannot find any network adapter information in the...
... [PCAUSA] This is almost certainly an installation problem. ODIScope does _NOT_ use W32N55 DLL. So, you need to put the W32N55 MACEnum code back the way it...
Rawether uses the Service Control Manager (SCM) to manage the "WZCSVC" service. If you have Rawether SDK, take a look at the NDIScope WZC_page.cpp module. It...
Depends on which version of Passthru you are using. In 3790 DDK there was a bug in PtReceiveComplete related to handling MPDeviceState. A fix is outlined...
Hello all, I am new to driver development. I am looking at the DDK examples and I have doubt. Is it possible to implement a NDIS IM driver which will act as...
What are you trying to do? In most (but not all) ways, Filter is a special case of MUX. But you might find it easier to separate your code into two drivers,...
Hi, In Windows Vista, I copy the two drivers in to the %Windows%\System32 \Drivers folder. Then I executed the "NDIScope.exe", but the Adapter list is empty. I...
Hi Steve et al, Thanks for the info. I have a wireless LAN adapter on my device and I want to create one more virtual adapter. All applications will use the...
... [PCAUSA] I would recommend doing all the work in one NDIS MUX driver. ... [PCAUSA] Yes, but I wouldn't recommend going that route unless you have good ...
November 15, 2006 - On x64-based versions of Windows Vista NDIS protocol drivers simply will not be loaded unless they are digitally signed. Fortunately,...
Hello, In the Connection Completion Routine (TDIH_TdiConnectComplete), I would like to use the established Connection to send data. To try to accomplish this,...
Thomas - I didnt find anything useful in DDK BindView app. Actually, I found out that the output of this command: "netsh bridge show adapter" is what I am...
Hello, I am just starting to develop a simple network sniffer for the Windows Mobile platform. For now, all I want to do is to find out what wireless networks...
Hi, I used the manual to install, load, and use the TDIRedir driver. However, I am not sure how to unload the TDIRedir driver. Does anyone know how I can...