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 ")...
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...
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...
... 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....
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...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of uday pandya Sent: Monday, May 02, 2005 12:13 AM To:...
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...
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...
Ask on the WinDbg newsgroup. Study the WinDbg documentation, starting with the !analyze -v command. Good luck, Thomas F. Divine ... From: "Hien Nguyen"...
Mostly a kernel stack overflow. Check for recursive call. Abhijit ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
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...
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...
... 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...
... 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...
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,...
... 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...
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? ... ...
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...
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...
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...
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...
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,...
... 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...