Hi,my friends! I use snetcfg.exe to install my extend passthru drivers, and on most machines it works well, but I found that in some certain machines it can...
Hello, I've put the checked version of netcfgx.dll in my computer. It has generated a lists of verbose trace messages. I've got this error: Net Config Asser...
Wong Hau Shian
whaushia@...
Apr 3, 2006 10:06 am
7342
Hello, I have got the loopback adpater bound to passthru. I add an additional entry (nolower) in the FilterMediatype in passthru. This matches the string in...
Wong Hau Shian
whaushia@...
Apr 3, 2006 10:06 am
7343
There is a bug in the SNETCFG sample - and probably in the BindView sample as well. It will install NDIS IM drivers "sometimes". To make it work reliably for...
hello, there is a strange problem in my NDIS driver. I've installed it on a machine running a Celeron with 128MB of RAM and the driver is an old-style one that...
I can see only the first one packet sending out, when is not NDIS_STATUS_PENDING ! When i do not check for NDIS_STATUS_PENDING, does ProtocolSendComplete call...
... After calling NdisSend two things can happen: 1.) The call can return status that is not NDIS_STATUS_PENDING. This means that the send has been completed....
... I think that there may have been a bug in ProtocolReceiveComplete that effects this. See if this code make a difference and let us know. Thomas F. Divine ...
Hi, I'm running HCT for IM driver ,and when run the test item 'PerformanceBlast', sometimes PC will reboot. So I want to get the REBOOT point. But SoftIce...
ze zefeng
xingchen98@...
Apr 5, 2006 2:00 am
7349
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Tuesday, April 04, 2006 9:59 PM To:...
Can someone give me some concept on hct test? or any document on the issue? Thanks! ... From: ze zefeng To: discussion-pcausa@yahoogroups.com Sent: Wednesday,...
163, In addition to providing the DDK, Microsoft provides a series of tests for certain classes of drivers. In the NDIS area there are tests for specific types...
Thomas, thank You , it works ! ... means ... may have ... actually a ... THE_SEND_MAY_BE_COMPLETE_ALREADY_OR_IT_MIGHT_COMPLETE_LATER_BUT_IN_ANY_CASE_ ... _MAY_...
No trick. It is a bug in the Passthru driver sample. If you read the DDK topics about using NdisM...IndicateReceive you will see that after making one (or...
Hi, Now i try to modify packets sending out in MiniportSendPackets. I make a copy of the original packet to test it first. But it seems not work correctly. Can...
You've got to study the code you are using and understand it. The walk through it yourself with a debugger. Here is a big problem that is a coding error that...
Hi, I have an IM driver which gets bound with my wireless adapter driver on initialization of my application. As long as I connect to Access Point Networks...
Pore, Ravi R
Ravi.Pore@...
Apr 5, 2006 5:40 pm
7358
Hi, I'm debugging a failure in the installer for my IM driver. The driver is based on the DDK mux sample, and I install with snetcfg by calling: snetcfg -v -l...
... There are a couple of problems here. One is that SNETCFG is broken when installing NDIS IM drivers. This problem is described in a recent post: ...
What is really peculiar is that this problem has only started recently. Our product has been able to install successfully in the past with the snetcfg ...
It's hard to tell what the problem is. I do know the behavior is different on a clean install as opposed to a machine where the driver has been previously...
Ups, that I have a new question in this matter.. in my NDIS im driver, at ProtocolReceive handler I'm calling NdisTransferData when not all the data is...
... Just make sure that if you do call NdisM...IndicateReceive for one (or more) packets that you eventually call NdisM...IndicateReceiveComplete to tell the ...
Hi all, Anyone can tell me how to create NDISUIO protocol driver on WinCE 5.0, which is based on the CEPC. I have created this driver instructed by the WinCE...
Hi all! I am a newbie in NDIS. Anyone can tell me how to write an IM driver to change header of IGMP packets which send from (or come to) a WindowsXP Client....
Hi, I'm doing the HCT , test my IM driver which is modified from PASSTHRU in ddk2003. I need to filter the packets in MpSendPackets(), I do it as that JUST ...
ze zefeng
xingchen98@...
Apr 13, 2006 11:33 am
7367
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Thursday, April 13, 2006 7:29 AM To:...
Hi, Thomas Unfortunately, I do it that 'call NdisMSendComplete with NDIS_STATUS_SUCCESS for all packets ' , Pc still hang !...
ze zefeng
xingchen98@...
Apr 14, 2006 1:05 pm
7369
The description of the Performance Blast is: "This does a Performance blast test with directed addresses. This has the test and support cards both sending...