I don't know of any way to speed this notification up. In some cases the IP address simply may not be known when you want it. For example, if the interface...
Thanks, Thomas! I use the static IP address and I had configure it. I can see the result of IP and Netmask in registry.I think when the host booting ,it will...
Even with static IP addresses the OS does Duplicate Address Detection (DAD) by broadcasting probes before insuring that the IP address is valid. Perhaps this...
Hi, I am developing an application with c++ and I need to access to the oid OID_802_11_BSSID_LIST_SCAN. I have tried the PCAUSA tools that check which oids are...
It *might* have something to do with specifying NDIS_802_11_BSSID_LIST instead of NDIS_802_11_BSSID_LIST_EX, which is a different size. Some miniports *may*...
Bryan Burgin
bburgin@...
Sep 5, 2008 5:06 pm
8422
Hi All, Is there any way to bypass an intermediate driver while communicating to miniport driver through protocol driver. I have a firewall driver...
You should see this as an opportunity to resolve the bug in the IM driver while you have a scenario where you can repro the issue instead of trying to work...
Bryan Burgin
bburgin@...
Sep 8, 2008 4:56 pm
8424
As Bryan mentioned, it is unlikely that promiscuous mode is really the culprit. Instead, it is more likely just exposing some fundamental flaw in the...
Bryan, Thomas thanks for the quick response. It is not possible for me to debug the intermediate driver because it is the one which is installed along with an...
Hi, In continuation to post: http://tech.groups.yahoo.com/group/discussion-pcausa/message/8257 How can the application on windows xp with PCASIM driver detect...
In the release notes of V5.5.18.05 it is mentioned that Rawether V5.5.18.05 doesn't support new Vista NDIS 6 functionality and any NDIS 6.0-specific data...
Hi All, I have NDIS 5.1 miniport wireless network driver (custom) on windows vista. Is it possible to query NDIS 5.1 OIDS in windows vista using rawether ...
Hi all, We are trying to get a WHQL certification for our network driver in both windows 2003 and Windows 2008 X64.In WLK 1.2 the NdisTest6.5 is running in...
I'm currently working on a PCAUSA based NDIS 5.1 intermediate filter driver and need to know if this driver can achieve Vista Microsoft Windows Hardware...
... NDIS 5 IM filters are supported on Vista and probably the next Windows version as well. NDIS 5 IM drivers can obtain WHQL signatures for XP through Windows...
... One additional consideration is IM driver maintainability. I know of very few people who have successfully written an IM driver from scratch and handled...
Hello, if my NDIS IM drivers is not interested in some packets, so it won't modify them, it just wants to forward them... do I have to repackage them? If yes,...
am using the IM on a PDA and able to work with most WIFI NIC, but from Marvell SDIO 8686 there is below frame received, it seems to be 802.3 using Length...
Seems to be SNAP header... shouldn't this be susidized in different layer? ... From: Qiang zhang <qiangieee@...> To: discussion-pcausa@yahoogroups.com ...
Yes, I would have expected it to be stripped off. However, you should be able to detect the header reliably. If the Ehternet Type/Length field is not a valid...
The frame is encapsulated in LLC-SNAP. The ethertype field in this case is not the ethertype (0x0800 for IP, for example) but it's the length of the packet. I...
In the past I've seen other Wireless card drivers (on Windows XP) that return LLC SNAP frames instead of the "usual" ones. As Thomas said, it's perfectly but...
actually i see a tricky behavior on receiving of the packet, when i indicate the complete buffer using NdisMEtherIndicateReceive, the miniporttransferdata got...
Hello all, I have the same problem. Is there any update on this? In XP SP2 I got TDI_CONNECT, but when there is TCP flow I have a strange IRP with minor code...
Hello, I have made a few tests using virtual machines and I have come to the conclusion that some such products are installing a NDIS protocol driver that...