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...
Dear Tomas F. Divine I want to buy rawEther for windows CE whether I know that you don't support It. Could you please Give me any e-mail address or phone...
There are two factors that cause the behavior that you describe below: 1.) Starting the NDIS driver. 2.) Opening a user-mode handle on the driver's device...
Hiya Thomas, Thanks for your reply. It sort of works now. The reason I say sort of is because I have 2 test machines. One of them works now that I can filter...
August 25, 2009 - Two updated version of Rawether for Windows are available for Rawether customers who have unexpired Rawether for Windows subscriptions: ...
Andy, Did you finally get checksum offload disable to work? I have tested the method I mentioned - along with a variation that allows the filter to disable...
Hi, I am trying to use the ProtInstall sample with VS2008. I want to install an NDIS intermediate driver similiar to PassThru. Unfortunately, I cannot get it...
When describing a problem like this it is often helpful to mention "why" it cannot compile. Most likely it is because the compiler cannot find "netcfgx.h"...
Hiya Thomas, Sorry, I have been off work so tried to stay away from computers for a bit :) I still have an issue somewhere, but not sure qute what it is yet....
Thomas, ... To install: 1. Start with the following file structure: <Dir> Microsoft.VC90.ATL <Dir> Microsoft.VC90.CRT <Dir> Microsoft.VC90.MFC pcasp50.cat ...
The ProtInstall sample illustrates installing the Microsoft NDISPROT sample driver. You must recompile the sample ProtInstall to be specific to the protocol...
Looking at the source code of ProtIntall I noticed that the variable ProtocolId can be set by passing a third argument to the command line executable, and this...
Dear Thomas. I use 64bit pcasim.sys included in "PktRedir" for my product. case 1 OS : MS server 2003 64bit it work well. case 2 OS : MS server 2008 64bit it...
These samples were released in December, 2007 so they have not been tested on MS server 2008. Since they work on 2003 x64 and 2008 x32 the problem you are...
Hi, Sorry, this may be a bit long as I feel like I am missing something fundamental here. I am going to state my assumptions and results so perhaps someone...
Signing NDIS 5 Intermediate Drivers ... An NDIS IM driver package includes two INF files: One for the service (protocol edge) and one for the miniport edge. ...
Hi, I would like to test my NDIS driver on Windows XP and I am wondering how can I get a NdisOpenAdapter returning the status NDIS_STATUS_PENDING I tried the...
Hello, I have a IM driver based on PCAUSA Netwrok driver framework, which modifies the incoming IP packet payload and sends it up. This works fine in most of...
Hi, I am in the process of submitting the driver for certification and even though we don;t have any intention of releasing 64 Bit we are forced to run tests...
The CAT files must not be signed properly. Use the inf2cat tool make the CAT files. Be sure to specify the target OS versions (e.g., XP_64, etc.) in the...
Thanks Thomas, I will try to use the driver as is, given that without my other app it anyway acts as passthru. I was able to resolve the issue by running the...
When a third party firewall TDI driver is installed, Bytesindicated is zero in the function ClientEventReceiveDatagram(), but BytesAvailable is non-zero. I am...
The change is a little scary. You need to think like the real TDI client. There are several different ways the client could handle this situation. One is to...