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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7858 - 7887 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7858
I am using the NDIS Intermediae samples, PCASIM 616. The PktRedir driver was installed driver and I ran UMRxLoop application. When I start UMRxLoop...
twkim0917
Offline Send Email
Apr 2, 2007
12:02 pm
7859
Bluescreen message is the following. DRIVER_IRQL_NOT_LESS_OR_EQUAL 0x000000d1 (0x00000000, 0x00000002, 0x00000000, 0x00000000) When I commented...
twkim0917
Offline Send Email
Apr 2, 2007
1:45 pm
7860
The BSOD message is the following : DRIVER_IRQL_NOT_LESS_OR_EQUAL 0x000000d1 (0x00000000, 0x00000002, 0x00000000, 0x00000000) When I commanted on...
twkim0917
Offline Send Email
Apr 2, 2007
1:48 pm
7861
You code is somehow causing the OS to jump to location zero. Validate all the parameters to NdisMEthIndicateReceive carefully. Note: your sample code uses...
Don Burn
don_burn
Offline Send Email
Apr 2, 2007
1:57 pm
7862
Actually, Don. This may be a bug in the Packet Redirector code sample. :-( I will take care of this offline. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Apr 2, 2007
2:13 pm
7863
Hello, Is there anyway to get channel noise value? NDIS doesn't provide any OID for querying it. Also I have checked new native WiFi API supported in Windows...
Maju, M IN BLR SISL
m.maju@...
Send Email
Apr 4, 2007
12:16 pm
7864
This definitely sounds like leakage of resources. You can prove it to yourself by doing a long, slow ping (that appears successful at first) and see if...
James Grant
jgrant@...
Send Email
Apr 4, 2007
7:54 pm
7865
Hi All, Is there an way to avoid heap compaction for a particular heap/executable? I just want the heap to hang on to the memory when the process is freeing...
shivakalyani
Offline Send Email
Apr 6, 2007
10:59 pm
7866
Lookaside lists are the mechanism that is most often used for things like this. They're available in Ndis and in the kernel in general. Look at the WDK docs...
Steve Dispensa
stevedpositive
Offline Send Email
Apr 9, 2007
4:34 pm
7867
Hi every body!!! I only want to thank you for the help, I HAVE WRITE MY FIRST DRIVER!!! Now, i think i'm starting to understand all this stuff ^_^ ... LLama...
Gloria García
nohayquienen...
Offline Send Email
Apr 11, 2007
9:13 pm
7868
Hello, I have a TDI filter driver that spawns a popup via a service process when a process tries to send / connect to the internet ( a component of a firewall...
Cristi
wtherapy
Offline Send Email
Apr 12, 2007
12:56 pm
7869
Hello, I hve the following code in an NT service process calling RasEnumEntries: DWORD dwCB, dwEntries ; RASENTRYNAME RasEName; RASENTRYNAME* pRasEName =...
Cristi
wtherapy
Offline Send Email
Apr 20, 2007
3:11 pm
7870
At startup the system seems to have a lock on some databases (e.g., service control manager...), and non-system some operations simply cannot run until the...
Thomas F. Divine
pcatom
Offline Send Email
Apr 20, 2007
3:27 pm
7871
Hello everybody! Does anyone know how can one determine if a file is digitally signed by Microsoft? Thanks! -- Sorin ...
Sorin Vinturis
svinturis
Offline Send Email
Apr 26, 2007
3:02 pm
7872
Right-click it and click properties. There will be a digital signatures tab....
Steve Dispensa
stevedpositive
Offline Send Email
Apr 26, 2007
3:22 pm
7873
But how can I determine that form code. Is there a function that I could use? -- Sorin ... From: Steve Dispensa <dispensa@...> To:...
Sorin Vinturis
svinturis
Offline Send Email
Apr 27, 2007
2:31 pm
7874
I don't know how offhand. I'd almost certainly try to do it from user mode, though. Just out of curiosity, what are you trying to do?...
Steve Dispensa
stevedpositive
Offline Send Email
Apr 27, 2007
3:21 pm
7875
Hello, I have a Microsoft digitally signed NDIS IM driver that installs from a location on the HDD ( suppose C:\Program Files\Kit\ ). The driver installs ok...
Cristi
wtherapy
Offline Send Email
May 2, 2007
10:23 am
7876
Hi everyone, I've written a simple intermediate driver for basic packet filtering. It seems it's working well, but now i want to add another functionality. I...
dgtfm84
Offline Send Email
May 2, 2007
11:23 am
7877
We are writing an app for Vista that needs to connect to wireless networks that supports 802.1X authentication but no encryption. The EAP Host framework that...
Ranjeet Chakraborty
ranjeetc
Offline Send Email
May 2, 2007
2:32 pm
7878
It's a little dangerous to have drivers in program files, isn't it? What if that drive isn't available early enough during boot? I've never tried what you...
Steve Dispensa
stevedpositive
Offline Send Email
May 2, 2007
4:15 pm
7879
Turn on IP routing (there's a usermode IPHLPAPI call for it IIRC) and just indicate the packet up. The host will route it automatically. -sd...
Steve Dispensa
stevedpositive
Offline Send Email
May 2, 2007
4:18 pm
7880
Do you remove the INF files of the IM driver upon uninstallation (using SetupOEMUninstallInf())? Have a nice day GV ... From: Cristi To:...
Gianluca Varenni
gianluca_var...
Offline Send Email
May 2, 2007
4:43 pm
7881
Cristi, I think you can try remove the CopyFiles instruction from your .inf file (in the [<YourDriver>_install.NT] section). You would then have to copy your...
Zachary Azoulay
zaz0u@...
Send Email
May 2, 2007
7:44 pm
7882
Did you use SetupCopyOEMInf to copy your INF? And, if you did, you need to call it TWICE: once for each of the two INFs. From:...
Bryan Burgin
bburgin@...
Send Email
May 2, 2007
9:55 pm
7883
We have a security product and after instalation we want to mark certain executable files as trusted. First by checking the digital signature and if this is...
svinturis
Offline Send Email
May 3, 2007
12:58 pm
7884
hi guys, thanks for the suggestions: I use SetupCopyOEMInf once for the protocol and once for the miniport inf. I do not use SetupUninstallOEMInf to uninstall,...
Cristi
wtherapy
Offline Send Email
May 3, 2007
12:58 pm
7885
I havent checked the snetcfg utility, but the bindview sample is certainly a bit broken from that point of view: the INF files are not deleted by the...
Gianluca Varenni
gianluca_var...
Offline Send Email
May 3, 2007
6:13 pm
7886
... Great, I was missing the IPHLPAPI call (if anyone is interested, it's named "EnableRouter")! Now I have another problem... avoiding loops. I need a way to...
dgtfm84
Offline Send Email
May 3, 2007
6:44 pm
7887
Can you give me an example of what kind of routing loop you're talking about here? What kind of packet transformation are you doing? If you have an IM driver,...
Steve Dispensa
stevedpositive
Offline Send Email
May 4, 2007
1:46 am
Messages 7858 - 7887 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