NDIS IM drivers will still be supported in Windows Vista, but they will cause a performance penalty relative to using the new NDIS6 filtering model. One other...
... Good question. It's about time that folks started thinking seriously about Vista. I will be sending some FYI's about this in the next few days. Microsoft...
Aarti Bharathan at Microsoft suggested that my statement: "NDIS 5.X IM drivers are considered "deprecated" on Vista. You should actually develop a new NDIS 6...
... It's still worth pointing out that adding an IM to a Vista driver stack will slow it down (afaict) - it isn't just that you can take advantage of increased...
Another cool thing about migrating filters to LWF for Vista is that they install from a single INF file, which should make it much easier to deal with...
Nobody knows? My program must use a ethernet card to send, not wireless card, so i want to know the difference of wireless card and ethernet card, Can anybody...
Sorry. This has been answered so many times I forgot to answer again. Here goes: To determine if the adapter is an 802.11 adapter, make an NDIS query on...
Hi, I am temporarily using NDISUIO as a protocol driver for calling NDIS OIDs. But using of NDISUIO requires stopping of WZC service. I want to know the way to...
I am afraid that your problem description includes no information. Clearly you have made a mistake in constructing one or more parameters that are passed to...
You should use the debug program with 2 computer: host and client, connect via modem cable. Then you can test your parameter with DbgPrint Detail you can see...
Ngo Dang Quy Duong
duong113@...
Jun 6, 2006 10:48 am
7499
Sorry, i forget to say something. My program can send packet in release mode normally, but when debug step by step and use ethereal to capture packets, the...
When I asked about whether the packets were actually sent I wasn't being ugly. For example, I would only trust Ethereal to be telling the truth if it was on a...
Does it have such a restriction? As I know ,he last parameter of TdiBuildSend(i.e. SendLen) can be acquired by the following two ways: ...
Zhu LiPing
zhulp@...
Jun 8, 2006 11:27 am
7504
... I don't recall seeing anywhere that specifies the upper limit on TDI send or receive. Remember that TDI is protocol-agnostic. It actually does NOT know ...
Thanks for your help! According to the return value of W32N_GetLastError, I have find the solution from the document, it's the OVERLAPPED stucture. "Thomas F....
Take a look at the txsimple sample application. It illustrates how to use that function. Thomas F. Divine http://www.pcausa.com ... From: zheng cheng...
Hello out there, I'm a one-man operation considering the purchase of a new high-end development machine. Does anyone use a 64-bit machine (say an Athlon X2)...
There are a lot of great options out there right now. I just purchased a high end 2x 64-bit box for a driver developer at my company. It was an HP, and we...
You can't determine what receive indication functions a lower-level miniport will use. Generally newer NIC miniports will call ProtocolReceivePacket. So,...
Cool! Thank you very much, Steve. Take care, Jeff ... purchased a ... an HP, ... virtualization, so ... about ... debugging, ... doesn't need ... images ... ...
Hi, I am trying to scan for known APs near an 802.11 wireless network card, using WMI, and C++. I have managed to an get with WMI all the data I want, like MAC...
Te cause of this problem is an incorrect assumption that the BSSID list is an array of fixed-size elements. In fact, the size of each BSSID list element is...
Hi, I am trying what you told me to do about BSSID_LIST in WMI. I thought that, as WMI is object-oriented and have properties and things similar, I could...
Luis, I know that I don't have the knowledge to help you with this. Sorry. WMI has always seemed too complex for my simple mind. Offhand I would say that any...
Yes, my oppinion is that WMI is hard enough to be lucky if you don't know anything about it ;) . Although my teacher of the final studies' work have told me...