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...
Thanks, Thomas, and yes, I get the notifications for all the other adapters except the one on which I have pending sends. Brian told me he's already tracking...
TDI is not a PNP driver so it's not likely that you'll get power event IRPs there. If you get PnP events on other adapters you are filtering I would try to use...
I am trying to debug a x64 target from a x86 vista host machine, the target machine runs over COM5 (installed via a USB-serial converter) and host runs on COM1...
If as I interpret this your test machine us trying to use a USB serial converter then this will not work. The test machine has to have a standard serial port....
the same worked for XP target though, i will try to locate a USB or 1394 cable... Thanks ________________________________ From: Don Burn <burn@...> To:...
Get 1394, USB is so unreliable as to not be worth it. Also, the last I looked the cable cost about $60 Don Burn (MVP, Windows DDK) Windows Filesystem and...
i got the 1394 4pin-4pin hook up between my XP sp2 host and Vista 64 target (both are laptops) still not able to get them connected... on the host, the winDbg...
You've got a difficult problem, and I don't have a solution. As Don said, USB-to-Serial won't work for a WinDbg target. In addition, the 1394 interface is...