Hello, I have to develop NDIS Intermediate MUX 1:N driver. The sample in the DDK has N:1 driver code. Please suggest some links or basics that would help me to...
Hello, I have an IM driver still in the development stage and i am runnning into a weird issue during testing. The installation works all the time when i test...
Hi, I've installed the MUX sample driver through network connections UI and now want to add subsequent virtual NICs through a command line tool. Here is what...
... Hi every body! I am developing (well... trying to develop :-) ) a NDIS driver that filters some packets, but i have some questions... I hope some body can...
a,b) A protocol driver cannot intercept and filter packets out. It can only receive/send packets. If the driver needa to work on both vista and XP and you want...
below: ... [AB] you will need am IM or afilter drv (vista) ... [AB] yes IMs do work with vista also, in addition to it there is the filtering model introduced,...
Thank you very much!!! :-) I have another, very basic, question. I've been searching for information about the IM drivers, and I have found the passthru driver...
gloria, i can't recall the passthru sample (no, i do not have a DDK installed here), but typically NDIS IM drivers are an amalgamation of a protocol and a ...
Dear Thomas. When I installed pcasim.sys included in "PktRedir", Multicast packet isn't transfered to other side that is in remote or local machine. I don't...
As far as I can see the PktRedir does not specifically alter the path of MultiCast packets. However, it does inhibit processing of loopback on sends. This...
Hi Thomas: Is there any samples demostrating how to use LWF for Vista? George Lee Chief VoIP Architect SpeedVoIP Communication Technology Co., Ltd. Web:...
Dear Thoms. Thanks for you answer. I think you are right. remote one receive multicast packet. I have some problem using pcasim.sys because our product send ...
Remember that the PCASIM NDIS IM driver samples are simply NDIS IM driver samples. They are meant to be used as a starting point for driver developers to...
Hi guys, As we know, the Windows API QueryDosDevice() can get the physical device name of a partition or volume in a basic disk. But it doesn't work if the...
Hi! I have been working under Windows XP and I have decided to migrate to Windows Vista ( I don't really know why :-) ). Under windows XP everything seems to...
If you downloaded and installed OIDScope from the PCAUSA website it should work OK on Vista. When you say something like "I can't use" try to be more specific....
Sorry, I should be more specific. The application starts ok but the problem is that when i try to make a ndis query there are many OID's that don't return any...
That is the strange thing. When I query the Supported OId list, those oid's appear like available. But when I try to access them from c++ or with the oidscope...
Hello, I get called at my NDIS handler of NDIS_PROTOCOL_CHARACTERISTICS.ReceiveHandler sometimes for packets that I obtain via a subsequent call to ...
You can certainly see this behavior under certain conditions. When you see these packets they have are actually copied of packets that have been sent by the...
Thank you, Thomas, is there any NDIS mechanism that may help in recognizing these packets, or I need to build a search structure for the current NICs IPs and...
See the NDIS Loopback Discussion at NDIS .com for some information about NDIS 5: http://www.ndis.com/papers/loopback.htm I believe there are similar flags for...
Hello, my NDIS IM driver causes a BSOD when entering or leaving a "sleep" state on a Vista x86 sp1 machine. The analysis in Windbg looks as follows: ...
This means a query or set power IP came to NDIS and, presumably to your miniport as an OID_PNP_[QUERY|SET]_POWER and that IRP has ben pending for ten minutes....
Bryan Burgin
bburgin@...
Feb 13, 2009 3:06 pm
8479
Bryan, I couldn't made it with your set of commands, here is the output: 0: kd> .load ndiskd.dll 0: kd> !ndiskd.pktpools Can't get offset of...
I also have a TDI driver running on that system, can I detect from the TDI driver the entering in sleep mode? ... OID_PNP_SET_POWER ... Vista SP1 ... ...
Are you filtering on multiple adapters and see the PnPEvent on other adapters? If so, then a workaround might be to assume that if you see the event on ANY of...