Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2453 - 2482 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2453
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++...
kenny19922002 <huangj...
kenny19922002
Offline Send Email
Feb 2, 2003
2:51 pm
2454
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@...
Send Email
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 4, 2003
8:06 am
2456
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...
talkswitchdev <pcausa...
talkswitchdev
Offline Send Email
Feb 5, 2003
5:22 pm
2457
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 F. Divine
pcatom
Offline Send Email
Feb 5, 2003
6:03 pm
2458
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...
talkswitchdev <pcausa...
talkswitchdev
Offline Send Email
Feb 5, 2003
8:29 pm
2459
If you have installed the PCAUSA W32N50 DLL and PCANDIS drivers in your own installation directory, then you have installed then incorrectly. The PCAUSA...
Thomas F. Divine
pcatom
Offline Send Email
Feb 5, 2003
8:42 pm
2460
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...
talkswitchdev <pcausa...
talkswitchdev
Offline Send Email
Feb 5, 2003
9:30 pm
2461
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 5, 2003
10:06 pm
2462
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...
talkswitchdev <pcausa...
talkswitchdev
Offline Send Email
Feb 6, 2003
3:01 pm
2463
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 6, 2003
3:32 pm
2464
Has anyone seen instances of NdisIMDeInitializeDeviceInstance never returning? It's supposed to call MPHalt but I have recently seen calls being made to...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Feb 9, 2003
6:36 pm
2465
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...
samuel_xu2002 <samuel...
samuel_xu2002
Offline Send Email
Feb 11, 2003
1:46 pm
2466
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...
krnkmrgl <krnkmrgl@...>
krnkmrgl
Offline Send Email
Feb 11, 2003
1:46 pm
2467
... Building with the Feb 2003 DDK fixed the problem for us. Mike...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Feb 11, 2003
2:22 pm
2468
I note that the documentation for MPR_SetReadTimeout is a placeholder. The .H file suggests a millisecond granularity. What is the actual resolution,...
tastewar1 <tastewar@....
tastewar1
Offline Send Email
Feb 11, 2003
7:06 pm
2469
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 12, 2003
7:29 am
2470
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...
tastewar1 <tastewar@....
tastewar1
Offline Send Email
Feb 12, 2003
2:05 pm
2471
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...
tastewar1 <tastewar@....
tastewar1
Offline Send Email
Feb 12, 2003
2:05 pm
2472
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 12, 2003
2:41 pm
2473
I will give your needs some thought for the upcoming release. Thos...
Thomas F. Divine
pcatom
Offline Send Email
Feb 12, 2003
2:41 pm
2474
Hai, Can NDIS (protocol drivers) be used to bind to PPP connections. Regards, Viswa __________________________________________________ Do you Yahoo!? Yahoo!...
viswanath murugappan
muru_vichu
Offline Send Email
Feb 13, 2003
5:12 am
2475
... Any thoughts on these failures? Ndis.h defines NdisAcquireSpinLock as KeAcquireSpinLock, which is defined as KfAcquireSpinLock. It seems that...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Feb 13, 2003
11:39 pm
2476
I am out of the office and can't help much. Look for "Safe" function sufixes. You may need to use them in some places. Thos ... From: "mfennell70...
Thomas Divine
pcatom
Offline Send Email
Feb 14, 2003
12:31 am
2477
In addition: What DDK was the driver built under and what Windows version was the test made on? Thos ... From: "mfennell70 <mfennell70@...>"...
Thomas Divine
pcatom
Offline Send Email
Feb 14, 2003
12:45 am
2478
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...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Feb 14, 2003
1:54 pm
2479
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...
mosquitooth <mosquito...
mosquitooth
Offline Send Email
Feb 15, 2003
9:13 pm
2480
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...
tastewar1 <tastewar@....
tastewar1
Offline Send Email
Feb 17, 2003
3:55 am
2481
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 18, 2003
3:54 pm
2482
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...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Feb 19, 2003
12:41 am
Messages 2453 - 2482 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help