Hi Everyone, I am going to do a project which will implement packet filtering in iPAQ (running Pocket PC 2002). The programming language is Embedded Visual C++...
My TDI driver is doing a lot of work on each buffer/MDL of data it sees and I want to avoid freezing the system when this happens. I don't think KeLowerIrql is...
James Grant
james@...
Feb 3, 2003 7:53 pm
2455
February 4, 2003 - PCAUSA is in the process of providing at least limited .NET Framework support for Rawether. .NET Framework ============== We have only...
Hello, I'm having a problem opening adapters on one or two Windows XP computers. The one testbed we have is an XP computer with TWO NICs. This system worked...
First of all, it would be helpful to know what the second adapter was. If it was a WLAN adapter, then the possibility exists that the WLAN adapter vendor ...
Thomas, Is there anyway that PCANDIS5.SYS can inadertantly be registered as a device driver? (e.g. can someone select the file and register it somehow) We're...
If you have installed the PCAUSA W32N50 DLL and PCANDIS drivers in your own installation directory, then you have installed then incorrectly. The PCAUSA...
Sorry, The the other adapter is a RealTek (80249, as far as I can tell). No WLAN in this configuration. And REVerify was complaining with "PCANDIS binary...
Glad you have solved your problem. Yes, there is the potential for "DLL Hell" when multiple vendors distribute different versions of the product. The problem...
Hi, As a matter of interest (didn't notice anything about this in the guide): 5.0.13.50 has a debug and release version of the dll (and its lib). The habit...
Yes, the strategy of putting the dll and driver in the debug directory is one of the causes of the kind of problem that you encountered. That is a common...
Has anyone seen instances of NdisIMDeInitializeDeviceInstance never returning? It's supposed to call MPHalt but I have recently seen calls being made to...
I need to implement a software Network Bridge under both Windows 98 and 2K. ... Just as the above figure.There is a network connection by my NICs between PC1...
hi I am writing a network miniport driver for windows on Enthernet as my major. I need to know how should I schedule interrupts so that they can be effectively...
I note that the documentation for MPR_SetReadTimeout is a placeholder. The .H file suggests a millisecond granularity. What is the actual resolution,...
Timeout in milliseconds is converted to time in 10-nanosecond units and then used in a time check based on NdisGetCurrentSystemTime and time last packet was...
Hmmmm... This (1 second delay) really won't work in our situation. Our product is not a network monitor but rather a port of an OS. We use RAWETHER to be able...
I'm not terribly familiar with all the layers of NDIS, etc., but I'm curious from the moment a packet arrives at the door until my application gets to look at...
NDIS does NOT provide any buffering below the NDIS protocol drivers. If there is no place to save a packet when it is indicated to the protocol, then it is...
Hai, Can NDIS (protocol drivers) be used to bind to PPP connections. Regards, Viswa __________________________________________________ Do you Yahoo!? Yahoo!...
I will have to check. I know they're building with the Feb 2003 DDK now but I think the driver that was tested was built with a much older one. It's a...
Hi for my application, I need to check for all the IP flags, especially for the following: - from fragbits: - the reserved bit - from the optional IP options...
1. I apparently can't call W32N_OpenAdapter when running the MPR driver, but the doc for W32N_PacketSend(Ex) calls for a handle returned by that function. Does...
Mike, Here is some info I saved from the Whistler Beta days. It suggests that at least at that point the NDIS tester was not up to date. Are you using the most...
Thank you Tom. Great info. My customer is actually paying a 3rd party to get the driver through testing. I will have to ASSume they're using the latest...