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 6978 - 7007 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6978
Sorry if this is redundant - I searched the archive, not to much avail. I need to be able retrieve a list of in-range access points in user mode under both XP...
Maxim Adelman
maxim_adelman
Offline Send Email
Nov 1, 2005
11:58 pm
6979
... No, Rawether does not include any vendor-proprietary API that can work with adapters that do not understand the 802.11 NDIS OIDs that were introduced with...
Thomas F. Divine
pcatom
Offline Send Email
Nov 2, 2005
12:48 am
6980
If I want to leave some of packets go(do nothing), What should I do, I write the following code, but it makes the computer crash. if ( IsAddHeader(Packet) ) { ...
tanm32
Offline Send Email
Nov 2, 2005
4:56 am
6981
You need to re-read the DDK documentation for NDIS IM drivers. If you do, then you will find that the work done in the PassThru sample is actually the MINIMUM...
Thomas F. Divine
pcatom
Offline Send Email
Nov 2, 2005
5:52 am
6982
Hi, Thomas Do you mean other packets which is not you allocate will not pass to PtReceiveComplet() or ProtocolSendComplete () in IM driver ? But in my IM test...
ze zefeng
xingchen98@...
Send Email
Nov 2, 2005
8:47 am
6983
... Packets from the upper layers enter your NDIS IM driver at the MiniportSend or MiniportSendPackets routine. If you follow what is going on you will see ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 2, 2005
8:55 am
6984
Hi Thomas, Thanks for your introduction. I reiveiw the cods, things just as you said....
ze zefeng
xingchen98@...
Send Email
Nov 3, 2005
1:30 am
6985
I write a program with C, it work normally. but i modify the program to C++, and trace the execute process ,just the same as C program, why can't it work ? ...
zheng cheng
christie8208
Offline Send Email
Nov 4, 2005
2:39 pm
6986
... What makes you think that it does not work? What I mean is that at some point in your tracing you decided it "did not work". What was different at that...
Thomas F. Divine
pcatom
Offline Send Email
Nov 4, 2005
4:46 pm
6987
Hi, when I use the NdisAllocateBuffer function I need to pass a pointer as fourth parameter to the function, that points 'to the base virtual address of...
mosquitooth
Offline Send Email
Nov 4, 2005
7:47 pm
6988
... Peter, Read about NDIS packets and buffers at NDIS.com. See the URL: http://www.ndis.com/papers/ndispacket/ndispacket1.htm Lets start from the logical...
Thomas F. Divine
pcatom
Offline Send Email
Nov 4, 2005
7:59 pm
6989
Hi again, in my driver, I usually create a copy of any NDIS_PACKET I receive in e.g. PtReceivePacket. Now, for specific reasons, I fill the ...
mosquitooth
Offline Send Email
Nov 5, 2005
2:11 pm
6990
Dear All, I want to send a message after a interval through initializing a timer object. After time out, it will call a DPC routine and in the DPC routine it...
soso_qing
Offline Send Email
Nov 10, 2005
1:47 pm
6991
Dear All, I am working on NDIS passthru. Till now I was working on windowsCE. I used platform builder 4.2 to compile the driver. Now I am extending the same...
Nandan
nandan_iit
Offline Send Email
Nov 10, 2005
1:53 pm
6992
... For sure you must use the DDK. Get the Windows Server 2003 DDK. When you install it be sure to install all three "Build Environments": Windows 2000 Windows...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2005
2:22 pm
6993
First of all, do your own job. What I mean is that you must use a debugger before just handing out code for someone else to look at. Use a debugger so you can...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2005
2:37 pm
6994
Hi all, I want to send wireless packets with spoofed MAC. Is it possible to do so using my own IM or protocol driver irrespective of the wireless adapter? ...
Prasad
prasadgh4
Offline Send Email
Nov 11, 2005
4:45 am
6995
Funny, I can understand a blue screen in my driver, but this? In a user mode DLL. DWORD AdapterInfoSize=0; DWORD status; status = GetAdaptersInfo(NULL,...
John Easton
viboater
Offline Send Email
Nov 11, 2005
6:32 am
6996
Forgot some details. Error=A (IRQL_NOT_LESS_OR_EQUAL) p1=9240018 p2=2 p3=1 p4=77fcc538 77fcc538 instruction is: mov [ecx+18], ax where ecx is garbage. This...
John Easton
viboater
Offline Send Email
Nov 11, 2005
6:37 am
6997
... Do you have any of your own drivers loaded? What does !analyze -v say? If it's a clean box, it could be an OS bug... you shouldn't be able to bluescreen...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 11, 2005
6:42 am
6998
... What sort of experimental or under-development driver are you working on? If related to a PCAUSA driver, then which one/version. Do you have a debugger? If...
Thomas F. Divine
pcatom
Offline Send Email
Nov 11, 2005
6:50 am
6999
Hi,Thomas Thank you for your early reply! I try to use dbgview to find out what wrong with my code.But nothing I could get from the dbgview before the blue...
soso_qing
Offline Send Email
Nov 11, 2005
7:05 am
7000
You need to use a debugger. DbgView is NOT a debugger. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Nov 11, 2005
7:15 am
7001
Hello The documentation for OIDScope says that OIDScope uses IOCTL_NDIS_QUERY_GLOBAL_STATS to query NDIS drivers. Therefore, I presume that it is used to...
Maxim Adelman
maxim_adelman
Offline Send Email
Nov 12, 2005
4:16 pm
7002
... Yes, OIDScope cannot set OIDs - so it cannot initiate a list scan. WZC does a list scan every 60-seconds. OIDScope will fetch the results of the most...
Thomas F. Divine
pcatom
Offline Send Email
Nov 12, 2005
4:32 pm
7003
hi.. Can I do something that ethereal caputres the packets from DDK Sample netvmini driver.. Pls advise. Thanks, Shiva P...
Shiva Prasad
coolshivs
Offline Send Email
Nov 14, 2005
4:04 am
7004
... If you build and install NetVMini as specified in the DDK, then it should look like an odrinary NDIS miniport. I don't see any reason why Etherreal ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 14, 2005
4:39 am
7005
can i do Packet filtering and Redirecting in the windows shell with the use of NDIS? Send instant messages to your online friends http://uk.messenger.yahoo.com...
Mr. Yousuf Joukar
myousufjoukar
Offline Send Email
Nov 14, 2005
6:23 am
7006
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Mr. Yousuf Joukar Sent: Monday, November 14, 2005 12:22...
Thomas F. Divine
pcatom
Offline Send Email
Nov 14, 2005
7:42 am
7007
thank you for helping me so how can i do packet filtering & redirecting? if you can help me please help me i will be very grate full you. thank you ... From:...
Mr. Yousuf Joukar
myousufjoukar
Offline Send Email
Nov 14, 2005
9:14 am
Messages 6978 - 7007 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