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...
Show off your group to the world. Share a photo of your group with us.

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 6455 - 6484 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6455
Hello Respected Sir, A word of thanx for ur reply ...... nice to have ur reply very soon .... as per ur guideline i addd the DbgPrint(" In the Driver Entry ")...
uday pandya
gcet01it210
Offline Send Email
May 1, 2005
4:03 pm
6456
You really need to get set up with a debugger. Do you know how to set up WinDbg? Get the debugger working and make sure your driver is loading. You'll see...
Steve Dispensa
stevedpositive
Offline Send Email
May 1, 2005
4:16 pm
6457
In addition to what Steve said, perhaps you should first make sure that you know how to install the unmodified PassThru NDIS IM driver from the Windows Server...
Thomas F. Divine
pcatom
Offline Send Email
May 1, 2005
4:29 pm
6458
... I just tried OID_GEN_PHYSICAL_MEDIUM on a 1394 adapter. It does return NdisPhysicalMedium1394 - at least on the Windows XP box that I checked. Thomas F....
Thomas F. Divine
pcatom
Offline Send Email
May 1, 2005
7:43 pm
6459
Respected Sir, Thanx for ur reply.....firstly i am using the windiws 2000 DDK build 2505 and i dont have the 2003 DDK with me, and about the Devcon, i am the...
uday pandya
gcet01it210
Offline Send Email
May 2, 2005
4:14 am
6460
Uday, You should look at the debugger documentation. If you don't have the debugger yet, go download it from ...
Steve Dispensa
stevedpositive
Offline Send Email
May 2, 2005
4:25 am
6461
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of uday pandya Sent: Monday, May 02, 2005 12:13 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
May 2, 2005
4:46 am
6462
Hi, How r you installing you 1394 NDIS miniport? Using inf i believe then u need to make a few changes to the INF. Just let me know about the INF file. I'll...
Yatindra Vaishnav
yatindr_v
Offline Send Email
May 2, 2005
5:53 am
6463
I want to use the 802.1x authentication with a radius server in the backend (as authentication server). How can I use the NDIS Protokoll for that communication...
jlkbrgr
Offline Send Email
May 2, 2005
3:17 pm
6464
I use Windbg to debug, and see the folowing lines when the target computer is hung after installing the driver: *** Fatal System Error: 0x0000007f ...
Hien Nguyen
hienmove
Offline Send Email
May 2, 2005
9:31 pm
6465
Ask on the WinDbg newsgroup. Study the WinDbg documentation, starting with the !analyze -v command. Good luck, Thomas F. Divine ... From: "Hien Nguyen"...
Thomas F. Divine
pcatom
Offline Send Email
May 2, 2005
9:47 pm
6466
... I am afraid that you must use a debugger to find this bug yourself. Good luck, Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
May 3, 2005
4:33 pm
6467
Mostly a kernel stack overflow. Check for recursive call. Abhijit ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Abhijit Kulkarni
abhiputs
Offline Send Email
May 4, 2005
9:59 am
6468
How can i build a new packet in the passthru sample? For example, suppose that i want send for each icmp packet one more ip packet with a machine hostname...
rigo666beast
Offline Send Email
May 4, 2005
12:15 pm
6469
I need in the cryptoping sample add a crypt-header to packets and permit encrypt of large ping packets. I mean, i want, to crypt a 1500 size ping packet adding...
rigo666beast
Offline Send Email
May 4, 2005
1:27 pm
6470
... Examine the CLRequestComplete handler in the NDISREQ.c module. In that routine add code to modify the query results returned from the lower adapter for...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2005
1:40 pm
6471
... This will probably work. You MUST use a debugger to find out where problems like this crash. If you do not have a debugger, then you will fail. You MUST...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2005
1:50 pm
6472
Hi, I just finished working on my solution that conists of a NDIS IM driver and a windows service (that holds a handle to the driver for interaction). Now,...
mosquitooth
Offline Send Email
May 4, 2005
3:24 pm
6473
... You must devise a way for your driver to notify any application or service that the handle should be closed. You can do this using an IRP that the driver...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2005
3:31 pm
6474
Thank you, Thomas, for you fast answer. I don't find ndisreq.c file. I need to set a mtu value of 1000, for example. How can i do that in a miniport? ... ...
rigo666beast
Offline Send Email
May 4, 2005
4:29 pm
6475
... I am sorry. When you mentioned "CryptoPing" I thought that you were using the PCAUSA CryptoPing sample NDIS IM driver. It is described at: ...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2005
4:38 pm
6476
Hi ... Can u please send me the older verison of the Cryptoping .... so i can look it up and tell u the answer.... if poss than send me as attachment... i am...
uday pandya
gcet01it210
Offline Send Email
May 5, 2005
11:27 am
6477
I am using OID_GEN_MEDIUM_TYPE and for some strange reason I get "802.3" instead of "Bluetooth". Is this the correct way for doing it? Does anybody know an...
moshe_engler
Offline Send Email
May 5, 2005
11:28 am
6478
Thomas, Thank you so much. I finished that work. ... rigo666beast ... were using ... completed. ... structure ... you have...
rigo666beast
Offline Send Email
May 5, 2005
1:58 pm
6479
I need install passthru sample over a WAN net (ppp, ...). Is that possible? How can I Do?...
rigo666beast
Offline Send Email
May 5, 2005
1:59 pm
6480
If you find any cryptoping sample or another crypt.. sample, want you please send me? Thank you uday pandya <gcet01it210@...> wrote: Hi ... Can u...
rigoberto perez
rigo666beast
Offline Send Email
May 5, 2005
1:59 pm
6481
Sorry, I have not any version of CryptoPing. ... can look it up and tell u the answer.... if poss than send me as attachment... i am alos working on the same...
rigo666beast
Offline Send Email
May 5, 2005
2:02 pm
6482
In order to install passthru sample I modify the INF file and do the next procedure: . Open Lan Connection Properties . Install . Add Service . Browse the SYS...
rigo666beast
Offline Send Email
May 5, 2005
2:10 pm
6483
How can I send a message from Driver to my Application. I can send messages from application to driver but I need do that in both senses. Somebody help me,...
rigo666beast
Offline Send Email
May 5, 2005
2:20 pm
6484
... See the BindView application in the DDK. Your NDIS IM driver must be digitally signed to eliminate the "Unsigned Driver" warning boxes. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
May 5, 2005
2:33 pm
Messages 6455 - 6484 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