Hello, I am developing a NDIS driver for Microsoft Windows and I am using the network examples that the WDK gives. But I have a doubt, can I develop a NDIS...
No, you cannot. You need to do it in the kernel. Don Burn (MVP, Windows DDK) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog:...
I've created a simple implementation of processing a TDI_RECEIVE asynchronously, but it doesn't seem to work properly (for example websites aren't loaded...
You need to study the TDI interface more carefully. The TDI_EVENT_RECEIVE mechanism is an alternative to TDI_RECEIVE. You need to deal with both. Good luck, ...
This is part of an effort to inspect incoming/outgoing traffic out-of-band from TDI filter point of view. Processing TDI_SEND out-of-band was straightforward...
I should also note that everything seems to be working fine until step 4. That is, if I don't return STATUS_MORE_PROCESSING_REQUIRED but let the TDI client...
I have XP signed NDIS 5.1 IM that can also run on Vista, some times ( very rarely, so far twice in past 5 months) my laptop's netowrk stopped working , devices...
Thomas, Thanks for replying! Perhaps I was a bit misunderstood about my intentions: I'm fairly familiar with the TDI design. But I'm developing a TDI filter...
Hi, I've created a TDI filter that intercepts calls to TDI_EVENT_CHAINED_RECEIVE callback and filters incoming traffic. The thing is that I would like to...
Can I use Rawether V5.5.18.05 on Microsoft Windows 7. I tried to install and use rawether on Windows 7 but it seems that rawether protocol driver doesn't load...
There is no workaround to support Rawether V5.5 on Windows 7. The V5.5 drivers, support DLLs and sample applications are basically OK, but there were too many...
Hi Thomas, Thanks for your reply. If there is no issue with Rawether version 5.50.18.05 protocol driver and Rawether API DLL on WIndows 7 then for the time...
The location of runtime components on XP and Vista remain the same: DLL & INI: Your application's program files folder. Driver: System32\Drivers folder. The...
... I didn't face any problem while using rawether APIs on Win XP and Vista. I was asking if there are any changes in the location of runtime componets/driver...
The release notes are in this message: http://tech.groups.yahoo.com/group/discussion-pcausa/message/8541 There is no change in the location of runtime...
So in Windows 7 following will not work even for Admin user: DLL & INI: My application's program files folder. Signed protocol driver: System32\Drivers folder ...
... From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ravisuhane Sent: Friday, June 12, 2009 2:27 AM To:...
we've developed a NDIS IM driver essentially to filter IP from incoming and outgoing packets, but monitoring the destination address in the IP header with some...
Hello, While experimenting with PCANUser.exe (ver. 5.50.18.5) we found out that it works fine when executed by the local Administrator but returns the error...
The PCANUser tool modifies the Discretionary Access Control List (DACL) associated with having applications open a handle on the Rawether driver. Modifying...
... I understand this. The question is why a _domain_ user that is a member in the Administrators group cannot run PCANUser, while a user with a _local_...
To be honest, the PCANUser tool was originally implemented in the NT 4 days and it may make SCM calls that request privileges higher than necessary. For sure,...
Hi all, I am developing a Vista Filter Driver for encrypting network traffic based on the WDK Filter Sample. Everything works fine but I do have to manually...
Can you use the FilterSetModuleOptions handler to let NDIS know that your filter (and hence it's stack...) cannot support those features? Thomas F. Divine ... ...
Can you use the FilterSetModuleOptions handler to let NDIS know that your filter (and hence it's stack...) cannot support those features? In addition, consider...
Thomas, Thank you for taking the time to reply. I have been looking in the area's you suggested and this is where the documentation gets confusing. If you look...
Dear All Is there any body who knows where can I found "Rawether for windows ce 4.2". The page http://www.rawether.net/embedded/ which contains information...
PCAUSA no longer supports Windows CE/Mobile. It's not that these Microsoft products aren't good. Instead, when they are licensed to device vendors the device...
Dear all I have searched every where to find "rawEther for windows ce". I just found link to : http://rawether.net/embedded/ which is not available. Is there...
... Thank you for providing the new releases. We have experimented with LegacyInstall and ProtInstall from release V5.7. The new utilities can indeed be...