Hi, I am sorry; I must initially inform the group about the following issue. In our country all research centers and universities uses Windows OS and not UNIX...
What i wonder is, why ProtocolReceive will call in case of NdisMediumWan, although i have only one Binding for my WLAN adapter and it has the NdisMedium802_3...
There are several network mediums that have two "levels". At the lower level they may be WAN, 802.11, Native Wi-Fi or ATM for example. However, at higher ...
Hi Thomas, I have bound AsyncMac to my IM driver. The Binding has the type NdisMediumWan. When GPRS connection establishs, NDIS will call : NDIS_STATUS...
The simplest way round this is have two drivers. A LAN based one and a WAN based one. You set each prototype up in each project then. Andy ... course...
I have developed a filter driver based on the passthru example. I am using snetcfg to install it and everything is fine most of the time. But on some XP...
... It's hard to get this to work just right. In the code there is a section where the INF file is copied. Modify the code to copy both the IM driver service...
Hi, I have indeed added a specific line to copy the IM file using SetupCopyOEMInfW and it solves the problem. Thanks. ... miniport ... am ... time. ... in ... ...
The Packet Redirector driver is one of the PCAUSA NDIS IM sample drivers. See http://www.pcausa.com. Thomas F. Divine http://www.pcausa.com ... From:...
Steve, There are 3 ways which I know of: 1) Stop WZC, open NDISUIO or NDISPROT (on W2K3) and modify the SSID using the OID_802_11_SSID operator. 2) Leave WZC...
September 12, 2006 - Some of you may be familiar with "PCAGizmo", a NDIS filtering driver that is designed to log NDIS OIDs exchanged between Windows system...
Well, as simple solution would appear to be to add a handler for IRP_MJ_INTERNAL_DEVICE_CONTROL that calls the same code as for the IRP_MJ_DEVICE_CONTROL case....
Thanks Thomas, but I cannot do this since the IM driver is already certified and is required by the outside world to remain unmodified ( the binary ). ...
Try ZwCreateFile. ObjectName will be in form \\Device\\Whatever. Then ObReferenceObjectByHandle can be used to get file pointer in needed. Perhaps going...
Thanks, I have been looking there. There are some references to the Packet Redirector but I could not find any code example. Is that part of another product?...
Ok, but what is the documented method to launch an IRP to the lower driver through the file handle got from ZwCreateFile, from the TDI driver? Remeber I need...
... You would use IoCallDriver to call the other driver. IoCallDriver doesn't know which method is being called. It just passes the IRP to the other device....
I have the V5.03.15.56 of Rawether for Windows. But it was not workable on the Windows Vista RC1. I found that the current release of Rawether for Windows is...
... Certainly Rawether V5.03.15.56 (or any Rawether version prior to V5.5) will _not_ work with Vista. Rawether V5.5.18.04 (Build 1804) can be coaxed into...
I found that the Rawether V6.0 (Build 2001 Pre-Release) in the WEB site. When the offical release will be released? ... Windows is ... V5.5.18.04. ... later. ...
... Rawether V6.0 will be released "as soon as possible". Perhaps as early as the end of October. Rawether V6 applications will need to be built using Visual...
Thanks, I have looked there an I understand the concepts, but I was looking for some code example referred to by te article, which I could not find in the...
September 26, 2006 - A recent message mentioned "PCAGizmo", a NDIS filter driver that is designed to log NDIS OIDs exchanged between Windows system components...
I use the BindView utility to install a modified version of the PASSTHRU driver on all network devices of a computer. If a network card is removed for...
Regarding to my previous question. How can the Notify Object be used to detect that a Network Device has been removed and is not bound anymore to my miniport...