Hi, Thomas: Yes, I see my driver get loaded, and I am able to call NdisRegisterProtocol and NdisOpenAdapter successfully. However, I don't think Ndis.dll...
Hi, My machine: Windows XP SP2. Tools used: TdiMon, TdiScope, devicetree (ddk), checkpoin smartclient VPN application and my TDI filter driver I installed...
I use PassthruEx 1 with Windows 2000, the driver is compiled. But the test, when I compile it with VC++6, the result is as following: Deleting intermediate...
... Use MS Visual Studio 2003 to build the application. Use the Windows 2000 Build Environment of the Windows Server 2003 DDK to build the drivers. Good luck, ...
... When I use MS Visual Studio 2003 and Windows 2000 DDK to build the application. The following errors occur, is it because I use Windows 2000 DDK? If I use...
To block all packets come to my computer,I change PtReceive and PtReceivePacket functions in the passthru sample as follow: In PtReceive function: NDIS_STATUS ...
... I am afraid that I have no idea why you cannot compile the PassThruEx Part 1 sample application code. You may want to "clean" the output folders and then...
... The code to drop all received packets seems correct to me. The only other possibility is that PtPacket and PtReceivePacket aren't actually being called at...
... these ... I didn't change anything in the code, except the 2 functions above. About the debugger, I'm a newbee and I don't know which one is suite for me,...
... PassThruEx Part 1 ... files in ... applications ... scheme that ... nothing ... Thank you for your attention. In fact, I had included the inc folder of ddk...
Try this: [HKEY_LOCAL_MACHINE\Comm\MyDriver] "Group"="NDIS" "ImagePath"="mydriver.dll" "NoDeviceCreate"=dword:1 The CE 5 Platform Builder has a CE PassThru...
... I am afraid that you have your development software installation horribly messed up. If you made manual changes to environment variables (include paths,...
Hi, It would be possible to filter and redirect all packets from dial-in connection (ppp) with IP Packet Redirector, too ? What is differnt between PCASIM...
hi... I am facing problem while using snetcfg.exe to install/uninstall passthru driver on windows XP. I am using snetcfg.exe provided by windows 2000 DDK. ...
... NDIS cannot filter on the actual PPP WAN miniport. However, it can filter at the NDISWAN virtual adapter level. Lookup the DDK topic "NDISWAN Overview" to...
Hi, Thanks so much! I finally get my driver loaded and be able to intercept inbound and outbound packets. I still have one more question on DeviceIoControl....
April 5, 2005 - Windows XP 64-Bit Edition has finally been released. PCAUSA has been planning for Windows XP x64 Edition for almost a year. Rawether V5.5.17.00...
Umer, you should provide absolute path for both inf files(miniport as well as protocol). For that you have to change the snetcfg code. regards Ashish "Thomas...
Bonjour ashish, Wednesday, April 6, 2005, 6:50:02 AM, vous ecriviez: ab> you should provide absolute path for both inf files(miniport as well as protocol). ...
Sir! I need a bit more information. I have the latest DDK for windows 2003 server, but i couldn't find the BindView application in that. Would you kindly help...
Thanks Ashish...would you help me to know the place from where i can get the code of snetcfg ...? UmeR ... well as protocol). For that you have to change the...
I have found and executed the BindView. The information i am getting with it is where the NDIS driver is binded etc. Now how can this help me in solving my...
... I am sorry. I thought it might help since it is a more current NDIS binding control utility. Have you looked at the link that Stephan Wolf gave you on the ...
Hi, I have implemented a PSF to the spec identified in 802.11i-2004 8.5.8 and tested it with the vectors in H.6.5 of the same document. However I have a...
Howdy, In the process of working on a WPA suplicant I now can get the four way handshake,but I don't seem to be able to correctly set the pairwise master key...