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...
... 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...
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) ) { ...
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...
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@...
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 ...
Hi Thomas, Thanks for your introduction. I reiveiw the cods, things just as you said....
ze zefeng
xingchen98@...
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 ? ...
... 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...
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...
... 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...
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...
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...
... 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...
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...
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? ...
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,...
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...
... 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...
... 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...
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...
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...
... 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...
... 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 ...
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...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Mr. Yousuf Joukar Sent: Monday, November 14, 2005 12:22...
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:...