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...
Show off your group to the world. Share a photo of your group with us.

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 5292 - 5321 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5292
hi Thomas, thanks for your help. i have tried to elaborate the problem. Actually I want to implement packet queues in intermediate filter driver. Each packet...
khan wadood
wadoodhome
Offline Send Email
Sep 1, 2004
2:06 pm
5293
Hello, I'm trying to prevent the TCP/IP stack from detecting when the network cable is unplugged. At every NdisMIndicateStatus call with GeneralStatus =...
TT
t_random102
Offline Send Email
Sep 1, 2004
9:27 pm
5294
After some investigating on the web, it appears that an NDIS IM driver cannot block WMI messages...like the ones sent by SysTray that informs the user of the...
TT
t_random102
Offline Send Email
Sep 1, 2004
11:12 pm
5295
... I was just getting ready to reply to this question. I am afraid that MS has botched the idea of filtering NDIS status indications in Windows XP (shame on...
Thomas F. Divine
pcatom
Offline Send Email
Sep 1, 2004
11:34 pm
5296
Hi, I am working on a TDI client using UDP. So far I have been using the 'normal' receive datagram handler when setting up eventhandlers using...
degrootmildo
Offline Send Email
Sep 2, 2004
3:04 pm
5297
Update: After some testing, it seems like the IM driver is still receiving packets from the TCP/IP stack when the cable is unplugged. This is without handling...
TT
t_random102
Offline Send Email
Sep 2, 2004
4:35 pm
5298
... Did you make any additional changes beyond just changing the NDIS_STATUS_MEDIA_DISCONNECT indication to NDIS_STATUS_MEDIA_CONNECT and passing it on? Or,...
Thomas F. Divine
pcatom
Offline Send Email
Sep 2, 2004
5:59 pm
5299
... I blocked the NDIS_STATUS_MEDIA_DISCONNECT indication but did not change it to NDIS_STATUS_MEDIA_CONNECT. I had a handler for OID_GEN_MEDIA_CONNECT_STATUS...
TT
t_random102
Offline Send Email
Sep 2, 2004
6:26 pm
5300
Some 802.11b adapters allow you to select the preamble length from the Windows Device Manager properties for the driver. Does anyone know how to do this...
Dave S.
dns78727
Offline Send Email
Sep 2, 2004
9:07 pm
5301
Hi All, How can i retrieve the information about the ethernet adapter. I have used GetAdapterInfo () API to retrieve the information about the adapter. But i...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 3, 2004
1:18 am
5302
I don't know either, but unless anyone does come up with the Right Answer, I don't see anything wrong with looking in the registry directly. You will probably...
Steve Dispensa
stevedpositive
Offline Send Email
Sep 3, 2004
3:36 am
5303
hi ! my system has started giving this message.. "systemroot\system32\passthru.sys could not be loaded. Error status was 0xc000012f" when i load driver file...
umerzafarkhan
Offline Send Email
Sep 3, 2004
5:18 pm
5304
First thing to do is to lookup the error in ntstatus.h. I'll do that work for you since you don't have the time: // // MessageId: STATUS_INVALID_IMAGE_NOT_MZ ...
Thomas F. Divine
pcatom
Offline Send Email
Sep 3, 2004
5:27 pm
5305
Thanks SD for your reply. I have setup 3 VLANs on my adapter. I want to add IP addresses to these VLANs programatically. I want to add specific addresses to...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 3, 2004
8:48 pm
5306
The Network Properties includes the facility for an adapter vendor to display a vendor-proprietary property page. This page is designed and implemented by the...
Thomas F. Divine
pcatom
Offline Send Email
Sep 3, 2004
9:04 pm
5307
Thanks Thomas, I understand that. But if you open Network Connections, then it normally displays "Local Area Connection 25" "Enable" "Aapter Description". This...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 3, 2004
9:15 pm
5308
What is the Description that you get from calling the GetAdaptersInfo call? It may be the same as the name displayed on the network connection page. Searching...
Thomas F. Divine
pcatom
Offline Send Email
Sep 3, 2004
11:28 pm
5309
Hi all, I am looking for some pocket pc wich are NDIS 5.1 compatible. Do you know some ? Thx. Yannick S....
Yannick SCHMIEDER
yannick_sch
Offline Send Email
Sep 6, 2004
8:42 am
5310
Generally the Pocket PC 2003's are NDIS 5.1 compatible - especially with built-in Wi-Fi. If removable card, may need to get an updated driver from the adapter...
Thomas F. Divine
pcatom
Offline Send Email
Sep 6, 2004
5:44 pm
5311
I ask this question because I buy a pocket pc 2003 with built in wifi that is not fully NDIS 5.1 compatible. This is the Dell x30 with built in wifi. The...
Yannick SCHMIEDER
yannick_sch
Offline Send Email
Sep 7, 2004
10:16 am
5312
Hello everybody, I have still a problem with enabling/disabling the radio status of NIC cards.In fact I did not find, the Oid that satisfies the request to...
ssavimo
Offline Send Email
Sep 7, 2004
1:18 pm
5313
NdisMIndicateStatus is a kernel-mode only function that does not control a NIC in any event. Instead, it is used by the NIC to report changes in status under...
Thomas F. Divine
pcatom
Offline Send Email
Sep 7, 2004
5:40 pm
5314
September 7, 2004 - The purpose of this email is to let you know that a bug in the OIDScope utility related to detection of some 802.11g adapters has been...
Thomas F. Divine
pcatom
Offline Send Email
Sep 7, 2004
11:23 pm
5315
Thomas, I looked at the the "SetupDi" API and I think, I have to use the SetupDiChangeState function. But I did not find any sample code about that function...
ssavimo
Offline Send Email
Sep 8, 2004
1:23 pm
5316
Hi, I modified the passthru sample to capture outgoing packets, and modify the contents (including the checksums). This is working fine as long as the packet...
d2hes
Offline Send Email
Sep 8, 2004
1:24 pm
5317
... Well, if you're changing the length of TCP segments, the remote end will think that it's gotten more data than the sender thinks it has sent. This will...
Steve Dispensa
stevedpositive
Offline Send Email
Sep 8, 2004
3:35 pm
5318
... That's exactly what NAT devices (eg home cable/dsl "routers") do to TCP connections, since they have to change the data in many of the TCP segments they...
Sturgeon, Jon
jon_sturgeon
Offline Send Email
Sep 8, 2004
9:16 pm
5319
Hi, Thanks for the suggestions. As you said, I am already keeping track of the sequence and ack deltas, and adjusting the fields accordingly. What I am trying...
d2hes
Offline Send Email
Sep 9, 2004
4:44 am
5320
September 7, 2004 - Rawether for Windows Version 5.5.18.01 maintenance release is available. Unfortunately, the initial release of Rawether V5.5 included two...
Thomas F. Divine
pcatom
Offline Send Email
Sep 9, 2004
7:41 pm
5321
September 7, 2004 - We have mentioned Rawether .NET a few times recently. The Rawether .NET is a .NET Framework assembly that provides a uniform API between...
Thomas F. Divine
pcatom
Offline Send Email
Sep 9, 2004
7:51 pm
Messages 5292 - 5321 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