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 8407 - 8436 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8407
Hello, I need to develop a driver or windows service to track all TCP/UDP activity by process before it reach an Ndis IM driver I developed. My Ndis Im Driver...
n20jhgewa
Offline Send Email
Aug 4, 2008
2:34 am
8408
... I am trying to run the DTM 1.2 (latest) for a virtual ethernet driver, i run unclassified signature test and got most passed except the PNPD testing......
qiangieee
Online Now Send Email
Aug 7, 2008
11:41 pm
8409
I try to download ndisimdemo.zip for trying this demo but i can't connect to the server. Why?...
Abdul Muluk
lucky_moslem
Offline Send Email
Aug 13, 2008
2:46 pm
8410
... Looks like I haven't been taking care of business. The URL is screwed up. I will fix it by Friday morning. Sorry for the inconvenience. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Aug 14, 2008
12:41 am
8411
Well TDI is _actually_ pretty well defined in the DDK documentation. The key problem(s) include the fact that it uses techniques that are documented, but not...
Thomas F. Divine
pcatom
Offline Send Email
Aug 14, 2008
12:56 am
8412
Thank you I'm waiting for it. ... From: Thomas F. Divine <tdivine@...> To: discussion-pcausa@yahoogroups.com Sent: Thursday, August 14, 2008 7:41:44 AM ...
Abdul Muluk
lucky_moslem
Offline Send Email
Aug 14, 2008
2:06 pm
8413
Hi All, We are trying to get WHQL certification for our miniport driver(Windows 2008 server) and Intermediate driver(Windows 2003 server).For miniport we got...
shashi_dcd
Offline Send Email
Aug 21, 2008
3:31 pm
8414
Hi All,   In the TDI driver, we intercept TDI_CONNECT and change the destination address to loopback address so that we can proxy the connection.   On Vista...
Ajay Agrawal
ajay_agr
Online Now Send Email
Aug 27, 2008
4:47 pm
8415
Hi, Is there any way to scan 802.11 medium and capture raw 802.11 packets on windows mobile platform? I found few IOCTL queries to get list of BSSIDs, but it...
Hardik Belani
hardikbelani
Online Now Send Email
Aug 28, 2008
5:18 pm
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
Messages 8407 - 8436 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