Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6328 - 6357 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6328
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...
Xia Hong
xia_hong
Offline Send Email
Apr 1, 2005
8:14 pm
6329
Hi, My machine: Windows XP SP2. Tools used: TdiMon, TdiScope, devicetree (ddk), checkpoin smartclient VPN application and my TDI filter driver I installed...
Vij
vijinder_yadav
Offline Send Email
Apr 2, 2005
12:16 am
6330
... Consider using IoAttachDeviceToDeviceStack. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Apr 2, 2005
12:32 am
6331
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...
Hien Nguyen
hienmove
Offline Send Email
Apr 3, 2005
8:18 pm
6332
... 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, ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 4, 2005
12:33 am
6333
... 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...
Hien Nguyen
hienmove
Offline Send Email
Apr 4, 2005
1:38 pm
6334
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 ...
Hien Nguyen
hienmove
Offline Send Email
Apr 4, 2005
2:11 pm
6335
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 4, 2005
2:49 pm
6336
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 4, 2005
2:54 pm
6337
... 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,...
Hien Nguyen
hienmove
Offline Send Email
Apr 4, 2005
5:59 pm
6338
... PassThruEx Part 1 ... files in ... applications ... scheme that ... nothing ... Thank you for your attention. In fact, I had included the inc folder of ddk...
Hien Nguyen
hienmove
Offline Send Email
Apr 4, 2005
6:00 pm
6339
Hi: I am a little confused about what registry settings I have to provide in order to get my IM driver loaded. Here is what I did: ...
Xia Hong
xia_hong
Offline Send Email
Apr 5, 2005
4:32 am
6340
Try this: [HKEY_LOCAL_MACHINE\Comm\MyDriver] "Group"="NDIS" "ImagePath"="mydriver.dll" "NoDeviceCreate"=dword:1 The CE 5 Platform Builder has a CE PassThru...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2005
5:25 am
6341
... I am afraid that you have your development software installation horribly messed up. If you made manual changes to environment variables (include paths,...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2005
5:31 am
6342
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...
Intel Centrino
ng_ng_n
Offline Send Email
Apr 5, 2005
2:06 pm
6343
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. ...
umerzafarkhan
Offline Send Email
Apr 5, 2005
2:29 pm
6344
Try using the BindView application from a later DDK. Often NDIS IM driver install problems are related to driver signing issues. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2005
2:32 pm
6345
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2005
2:39 pm
6346
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....
Xia Hong
xia_hong
Offline Send Email
Apr 5, 2005
11:13 pm
6347
_____ From: Xia Hong [mailto:xhong@...] Sent: Tuesday, April 05, 2005 6:54 PM To: discussion-pcausa@yahoogroups.com Subject: RE:...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2005
11:16 pm
6348
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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 6, 2005
4:33 am
6349
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...
ashish bhargava
ashishbhargava
Offline Send Email
Apr 6, 2005
4:50 am
6350
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). ...
Thierry
tmurail
Offline Send Email
Apr 6, 2005
7:25 am
6351
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...
umerzafarkhan
Offline Send Email
Apr 6, 2005
11:58 am
6352
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...
umerzafarkhan
Offline Send Email
Apr 6, 2005
11:58 am
6353
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...
umerzafarkhan
Offline Send Email
Apr 6, 2005
1:21 pm
6354
... 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 ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 6, 2005
1:57 pm
6355
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...
objectiveal
Offline Send Email
Apr 6, 2005
4:22 pm
6356
Hi, I guess no else has experience of this issue, I am still struggleing with this one so if anyone has any ideas?!?! Thanks Alan...
objectiveal
Offline Send Email
Apr 6, 2005
4:38 pm
6357
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...
Jim Howard
centexjim
Offline Send Email
Apr 6, 2005
6:00 pm
Messages 6328 - 6357 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help