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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4231 - 4368 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4231
MPSendPackets: ... Add One code: NdisAllocatePacket(...) NdisAllocateBuffer(...) NdisSend(...) if( Status != NDIS_PENDING ) { NdisFreePacket(...) ...
Chang Chang
aaronchang168
Offline Send Email
Feb 2, 2004
3:18 am
4232
Humm... You say "PtSendComplete: Nothing to add." You need to give this some thought... Think about what happens in a protocol driver above your NDIS IM driver...
Thomas F. Divine
pcatom
Offline Send Email
Feb 2, 2004
4:11 am
4233
Hi all I am a newbie in windows driver development and NDIS. I have to make a NDIS IM driver which provides filtering and some other functions... The problem I...
hardy_hardeep
Offline Send Email
Feb 4, 2004
11:53 am
4342
Hi, Could anyone tell me whether I can retrieve RSSI value through NDISUIO driver and DeviceIoControl function? Or I have to use NDIS driver. It seems NDISUIO...
yuanzhang03
Offline Send Email
Feb 4, 2004
11:08 pm
4343
Try building using the Windows 2000 build environment from the Windows Server 2003 DDK. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Feb 5, 2004
2:27 am
4344
You need to study a bit more. 1.) Starting with Windows XP the NDISUIO driver is a Microsoft-proprietary system component NOT TO BE USED BY ANYONE EXCEPT...
Thomas F. Divine
pcatom
Offline Send Email
Feb 5, 2004
2:45 am
4345
Hi, I have a few basic questions I am hoping someone can answer. I am familiar with XP DDK, NDIS IM drivers, and loading and debugging in XP. I want to do some...
prasadgovi
Offline Send Email
Feb 5, 2004
10:44 pm
4346
Hi, In the PCAUSA sample code for the "PassThru" driver version 616, WDMInitialize() is called from DriverEntry() which eventually calls NdisMRegisterDevice()....
Roger Tragin
rtragin
Offline Send Email
Feb 6, 2004
9:58 pm
4347
Humm... Sure looks like you have found a bug. I will take a closer look at it. Thomas F. Divine ... From: Roger Tragin [mailto:rtragin@...] Sent: Friday,...
Thomas F. Divine
pcatom
Offline Send Email
Feb 6, 2004
11:27 pm
4348
If you are working on Pocket PC 2002, the you must remember that Pocket PC 2002 is based on NDIS 4.0. There is a BIG difference between a NDIS IM driver for...
Thomas F. Divine
pcatom
Offline Send Email
Feb 6, 2004
11:34 pm
4349
... PC2002 NDIS4 is not the same as NT4 NDIS4 - there are significant differences that mean a fair bit of work to transplant a driver from (say) NT4. I found a...
Bob
the_old_goat...
Offline Send Email
Feb 7, 2004
2:55 pm
4350
Taking the advice seen here (as well as elsewhere) against using the NDISUIO driver to query data from 802.11 adapters, I've built my own NDIS Protocol driver...
jwhance
Offline Send Email
Feb 7, 2004
3:05 pm
4351
... Actually, it is still correct that 1.) there is no requirement to sign NDIS protocol drivers and also 2.) there is NO WAY to sign NDIS protocol drivers if...
Thomas F. Divine
pcatom
Offline Send Email
Feb 7, 2004
3:38 pm
4352
... There is ... system ... complaining ... this ... sign NDIS ... protocol drivers ... will lead ... whatever it ... So the bottom line on this is: 1) There...
jwhance
Offline Send Email
Feb 7, 2004
4:08 pm
4353
... Yes. I believe that there are some workstation policy settings related to unsigned driver warnings, but I have never fooled with them. Of course, you ...
Thomas F. Divine
pcatom
Offline Send Email
Feb 7, 2004
4:13 pm
4354
... Network ... --You can examine the SNetCfg API as a possible means of automating the --installation process. This will NOT suppress the unsigned driver ...
jwhance
Offline Send Email
Feb 7, 2004
4:18 pm
4355
... Sorry, you'll just have to read in circles for a while. It may also be useful to examine other INF files. You will find a bunch in the \Windows\Inf folder....
Thomas F. Divine
pcatom
Offline Send Email
Feb 7, 2004
4:50 pm
4356
I think WinPcap installs a protocol driver, and I never get the warning box from it. You might check out www.ethereal.com - you can get winpcap source from...
Steve Dispensa
stevedpositive
Offline Send Email
Feb 7, 2004
5:30 pm
4357
... warning ... Thanks.... I'll let you know. Regards, Joe ... using the ... my own ... There is ... system ... complaining ... this ... to sign NDIS ... ...
jwhance
Offline Send Email
Feb 7, 2004
6:05 pm
4358
hi First of all thanks for your reply I have now build the passthru extension part 2 in windows 2000 build environment supplied with windows XP DDK. (build...
hardeep makkar
hardy_hardeep
Offline Send Email
Feb 8, 2004
1:44 pm
4359
Hi as you know, most of the commercial personal firewalls give the user the ability to filter applications that do one of the following: - act as a server...
mosquitooth
Offline Send Email
Feb 8, 2004
1:45 pm
4360
Thanks for taking the additional time to test using a more recent DDK. Although we are still not using the same DDK Build environment, I don't think that is...
Thomas F. Divine
pcatom
Offline Send Email
Feb 8, 2004
4:09 pm
4361
This is usually done using a filter above the kernel-mode TCP/IP driver. The paper "Windows Network Data and Packet Filtering" at NDIS.COM illustrates the...
Thomas F. Divine
pcatom
Offline Send Email
Feb 8, 2004
4:33 pm
4362
The URL for the DefendTek TDI-Level Firewall sample is: http://www.pcausa.com/DefendTek/default.htm Good luck, Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Feb 8, 2004
4:36 pm
4363
There is one known bug in the Extended PassThru sample. It is ptextend.c in the DevEnumerateBindings() function. A DBGPRINT statement that performs UNICODE...
Thomas F. Divine
pcatom
Offline Send Email
Feb 9, 2004
12:15 am
4364
When the passthru example's PtUnbindAdapter() is called it makes a check on pAdapt->MiniportHandle being NULL to determine whether the MpHalt() handler has...
Douglas G. Hanley
dhanley@...
Send Email
Feb 9, 2004
9:45 am
4365
Ok, where does the call to WDMCleanup() belong? Also, once I put it there, will I be able to uninstall an old version and install a newer version without...
Roger Tragin
rtragin
Offline Send Email
Feb 9, 2004
4:02 pm
4366
I will look at it when I can. At that point I can answer your question. Last week and this I have jury duty. Thomas F. Divine ... From: Roger Tragin...
Thomas F. Divine
pcatom
Offline Send Email
Feb 9, 2004
4:26 pm
4367
... I'm not in a position to suggest what the problem might be. However, I do know that many of the problems I was plagued with disappeared when I switched...
Mark Donaghue
mark_donaghue
Offline Send Email
Feb 9, 2004
4:29 pm
4368
Hello everybody, I am trying to communicate with a driver for a Cisco Aironet Wifi card in Windows 2000 without a lot of success. Standard codes like asking...
trickydicky20002002
trickydicky2...
Offline Send Email
Feb 9, 2004
7:47 pm
Messages 4231 - 4368 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