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 8416 - 8445 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8416
HI: I had done a TDI client and I use the TdiRegisterPnPHandlers in it. I register AddAddressHandlerV2 handle. But something disturb me. After I ...
zealsoft_cyrus
Offline Send Email
Sep 1, 2008
2:04 pm
8417
I don't know of any way to speed this notification up. In some cases the IP address simply may not be known when you want it. For example, if the interface...
Thomas F. Divine
pcatom
Offline Send Email
Sep 1, 2008
2:13 pm
8418
Thanks, Thomas! I use the static IP address and I had configure it. I can see the result of IP and Netmask in registry.I think when the host booting ,it will...
zealsoft_cyrus
Offline Send Email
Sep 2, 2008
1:00 am
8419
Even with static IP addresses the OS does Duplicate Address Detection (DAD) by broadcasting probes before insuring that the IP address is valid. Perhaps this...
Thomas F. Divine
pcatom
Offline Send Email
Sep 2, 2008
12:47 pm
8420
Hi, I am developing an application with c++ and I need to access to the oid OID_802_11_BSSID_LIST_SCAN. I have tried the PCAUSA tools that check which oids are...
Gloria
nohayquienen...
Offline Send Email
Sep 5, 2008
1:41 pm
8421
It *might* have something to do with specifying NDIS_802_11_BSSID_LIST instead of NDIS_802_11_BSSID_LIST_EX, which is a different size. Some miniports *may*...
Bryan Burgin
bburgin@...
Send Email
Sep 5, 2008
5:06 pm
8422
Hi All, Is there any way to bypass an intermediate driver while communicating to miniport driver through protocol driver. I have a firewall driver...
ravisuhane
Offline Send Email
Sep 8, 2008
2:53 pm
8423
You should see this as an opportunity to resolve the bug in the IM driver while you have a scenario where you can repro the issue instead of trying to work...
Bryan Burgin
bburgin@...
Send Email
Sep 8, 2008
4:56 pm
8424
As Bryan mentioned, it is unlikely that promiscuous mode is really the culprit. Instead, it is more likely just exposing some fundamental flaw in the...
Thomas F. Divine
pcatom
Offline Send Email
Sep 9, 2008
4:44 am
8425
Bryan, Thomas thanks for the quick response. It is not possible for me to debug the intermediate driver because it is the one which is installed along with an...
ravisuhane
Offline Send Email
Sep 11, 2008
12:59 pm
8426
Hi, In continuation to post: http://tech.groups.yahoo.com/group/discussion-pcausa/message/8257 How can the application on windows xp with PCASIM driver detect...
ketan_kamat
Offline Send Email
Sep 17, 2008
4:54 pm
8427
In the release notes of V5.5.18.05 it is mentioned that Rawether V5.5.18.05 doesn't support new Vista NDIS 6 functionality and any NDIS 6.0-specific data...
ravisuhane
Offline Send Email
Sep 19, 2008
4:23 pm
8428
Hi All, I have NDIS 5.1 miniport wireless network driver (custom) on windows vista. Is it possible to query NDIS 5.1 OIDS in windows vista using rawether ...
ravisuhane
Offline Send Email
Sep 19, 2008
4:23 pm
8429
Hi all, We are trying to get a WHQL certification for our network driver in both windows 2003 and Windows 2008 X64.In WLK 1.2 the NdisTest6.5 is running in...
shashi_dcd
Offline Send Email
Sep 24, 2008
9:16 pm
8430
I'm currently working on a PCAUSA based NDIS 5.1 intermediate filter driver and need to know if this driver can achieve Vista Microsoft Windows Hardware...
jeanclaudebatista
jeanclaudeba...
Offline Send Email
Oct 1, 2008
10:36 pm
8431
... NDIS 5 IM filters are supported on Vista and probably the next Windows version as well. NDIS 5 IM drivers can obtain WHQL signatures for XP through Windows...
Thomas F. Divine
pcatom
Offline Send Email
Oct 2, 2008
1:19 am
8432
... One additional consideration is IM driver maintainability. I know of very few people who have successfully written an IM driver from scratch and handled...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 2, 2008
2:25 am
8433
Hello, if my NDIS IM drivers is not interested in some packets, so it won't modify them, it just wants to forward them... do I have to repackage them? If yes,...
jsmith7771a
Offline Send Email
Oct 3, 2008
1:39 pm
8434
This article may help clarify things for you: http://msdn.microsoft.com/en-us/library/ms800988.aspx -Steve...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 3, 2008
1:45 pm
8435
am using the IM on a PDA and able to work with most WIFI NIC, but from Marvell SDIO 8686 there is below frame received, it seems to be 802.3 using Length...
Qiang zhang
qiangieee
Online Now Send Email
Oct 6, 2008
3:05 pm
8436
That is a IEEE 802.2 Logical Link Control (LLC) header that has not been stripped off. Thomas F. Divine From: discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Oct 6, 2008
3:30 pm
8437
Seems to be SNAP header... shouldn't this be susidized in different layer? ... From: Qiang zhang <qiangieee@...> To: discussion-pcausa@yahoogroups.com ...
Qiang zhang
qiangieee
Online Now Send Email
Oct 6, 2008
3:31 pm
8438
Yes, I would have expected it to be stripped off. However, you should be able to detect the header reliably. If the Ehternet Type/Length field is not a valid...
Thomas F. Divine
pcatom
Offline Send Email
Oct 6, 2008
3:39 pm
8439
The frame is encapsulated in LLC-SNAP. The ethertype field in this case is not the ethertype (0x0800 for IP, for example) but it's the length of the packet. I...
Gianluca Varenni
gianluca_var...
Offline Send Email
Oct 6, 2008
3:40 pm
8440
In the past I've seen other Wireless card drivers (on Windows XP) that return LLC SNAP frames instead of the "usual" ones. As Thomas said, it's perfectly but...
Gianluca Varenni
gianluca_var...
Offline Send Email
Oct 6, 2008
4:08 pm
8441
Thanks a lot Thomas and Gianluca, i guess Marvell WIFI device driver is uncommon then :) this is on Windows mobile ... From: Gianluca Varenni...
Qiang zhang
qiangieee
Online Now Send Email
Oct 6, 2008
4:19 pm
8442
actually i see a tricky behavior on receiving of the packet, when i indicate the complete buffer using NdisMEtherIndicateReceive, the miniporttransferdata got...
Qiang zhang
qiangieee
Online Now Send Email
Oct 7, 2008
5:32 am
8443
Hello all, I have the same problem. Is there any update on this? In XP SP2 I got TDI_CONNECT, but when there is TCP flow I have a strange IRP with minor code...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Oct 7, 2008
2:56 pm
8444
I found an answer myself: http://www.shcherbyna.com/?p=31 ... got ... SMB...
volodymyr.shcherbyna
volodymyr.sh...
Offline Send Email
Oct 9, 2008
1:53 pm
8445
Hello, I have made a few tests using virtual machines and I have come to the conclusion that some such products are installing a NDIS protocol driver that...
Cristi
wtherapy
Offline Send Email
Oct 14, 2008
3:18 pm
Messages 8416 - 8445 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