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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 8270 - 8299 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8270
... provide ... am not ... virtual ... balancing ... passthru ... by me. ... quite ... installs as a ... goal is ... direct ... windows ... Hello,All, In mux...
zz123439
Offline Send Email
Mar 3, 2008
2:22 pm
8271
Hi Group, I've already discussed this with Thomas, but I wanted to see if anyone out there has ever experienced a blue-screen connected to a cancel request....
twagnerma
Offline Send Email
Mar 3, 2008
7:40 pm
8272
There are several issues here. Start with a hypothetical system with eight NICs from various vendors. (I know you are thinking of only two, but prepare for the...
Thomas F. Divine
pcatom
Offline Send Email
Mar 3, 2008
8:57 pm
8273
if I have a virtual ethernet NIC driver, bound with NdisIM, but the adapter byitself is not routable interface, can DTM logo-test be run on such adapter?...
Qiang zhang
qiangieee
Online Now Send Email
Mar 3, 2008
10:14 pm
8274
The WLK/DTM "Unclassified" test is probably going to be your method to sign this sort of driver. Thomas F. Divine From: discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 4, 2008
12:55 am
8275
First,please allow me to thank Thomas F. Divine for his big help! I am studying the windows2000's passthru and windows2003's mux, Would somebody suggest any...
张政
zz123439
Offline Send Email
Mar 4, 2008
3:11 pm
8276
From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ?? Sent: Tuesday, March 04, 2008 10:04 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Mar 4, 2008
3:17 pm
8277
Hello ,All In passthru sample,what should I do to modify the received data-frame's destination Ip address?Thanks very much! My msn:zz123439@......
zz123439
Offline Send Email
Mar 6, 2008
1:22 pm
8278
Hi there... I've developed TDI client driver operating on Windows desktop version OS. I'm just wondering whether Windows CE OS supports TDI client...
SeongMoon
seongjoy
Offline Send Email
Mar 10, 2008
12:55 pm
8279
TDI is not supported on Windows CE. You might want to look at NDIS filter driver or LSP. Thanks, -Ajay ... From: SeongMoon <seong@...> To:...
Ajay Agrawal
ajay_agr
Offline Send Email
Mar 10, 2008
2:42 pm
8280
If you were using a TDI client on "Big Windows", you can simply use Winsock in your CE "driver". Thomas F. Divine From: discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 10, 2008
2:44 pm
8281
Hello, Is there anyway to check virtual wireless LAN interface? Access Point can create virtual wlan interface. How do I differentiate it with a normal wlan...
Maju, M IN BLR SISL
m.maju@...
Send Email
Mar 11, 2008
5:08 am
8282
A NDIS Notify Object using the INetCfg API can make the INetCfgComponent::GetCharacteristics call. See the NCF_VIRTUAL and NCF_PHYSICAL values that are...
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2008
5:23 am
8283
Thanks a lot your responses. I have more questions. Now I think that I have to change the TDI function of my driver for the Windows CE version. On windows...
SeongMoon
seongjoy
Offline Send Email
Mar 11, 2008
12:28 pm
8284
I call Windows CE "Little Windows" and Windows XP/Vista, etc. "Big Windows". Sorry. In your CE "driver" just use Winsock instead of TDI. Thomas F. Divine From:...
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2008
1:35 pm
8285
Hello all, I am stuck with one problem and currently need some fresh ideas on what can be wrong. I am a legacy TDI filter driver (Attaching to \Device\Tcp via ...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Mar 11, 2008
3:32 pm
8286
You probably need to monitor TDI receive operations in addition to the event handler. One strategy that a client may use is to accept only part of the ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2008
3:39 pm
8287
Thomas, thanks for a valuable reply. Actually, I was handling TDI_RECIEVE as-well. But it makes the picture more complex, so I just commented that code for a...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Mar 11, 2008
4:29 pm
8288
Be sure to only count bytes taken in your event handler....
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2008
4:35 pm
8289
I am sure, that this is exactly the case. I just make sure, that I sum bytes only in the following cases: 1. In completion routine (if original event handler...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Mar 11, 2008
4:48 pm
8290
In the Event handler only count BytesTaken. Thomas...
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2008
5:01 pm
8291
Seong, can you explain what you are trying to do? Thanks, -Ajay ... From: SeongMoon <seong@...> To: discussion-pcausa@yahoogroups.com Sent: Tuesday,...
Ajay Agrawal
ajay_agr
Offline Send Email
Mar 11, 2008
8:10 pm
8292
Still, I got more than I should get. In case of sending 15k of bytes, I get approximately 18.5k ... ... TDIScope ... ideas ... ReceiveFlags, IN ... ...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Mar 11, 2008
8:10 pm
8293
OK... I'll explain what I wanna do. 1. My driver exposes a virtual miniport network adapter. 2. Sending Packets 2-1. A dedicated application sets an IPv6 route...
SeongMoon
seongjoy
Offline Send Email
Mar 12, 2008
2:30 am
8294
There is no such thing as kernel-mode on Windows CE. CE "drivers" are DLLs bound to device.exe. There are unique CE memory-management issues, but Winsock is...
Thomas F. Divine
pcatom
Offline Send Email
Mar 12, 2008
3:58 am
8295
Hi All, I want to install a driver without popping the window :"Add New Hardware", and then click the "Next" buttons..., of course except the "WHQL" window....
Richard Zhang
richardone163
Offline Send Email
Mar 12, 2008
11:59 am
8296
You should be able to use Winsock without any issues. -Ajay ... From: SeongMoon <seong@...> To: discussion-pcausa@yahoogroups.com Sent: Wednesday, March...
Ajay Agrawal
ajay_agr
Offline Send Email
Mar 12, 2008
5:41 pm
8297
Hello, I have a NDIS intermediate driver ( running NDIS version 5.0 ) and I have a problem when trying to disable a network adapter that is not connected ( has...
Cristi
wtherapy
Offline Send Email
Mar 14, 2008
4:21 pm
8298
What happens if you switch to NDIS 5.1 and make the call to NdisIMNotifyPnPEvent in PtPNPHandler: #ifdef NDIS51 // // Pass on this notification to protocol(s)...
Bryan Burgin
bburgin@...
Send Email
Mar 14, 2008
6:57 pm
8299
Hello, I have a query about using the new native wi-fi api in windows vista. I have an Access Point with the below configurations: Country code: JAPAN SSID...
Maju, M IN BLR SISL
m.maju@...
Send Email
Mar 17, 2008
1:35 pm
Messages 8270 - 8299 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