hi.......... I am having blue screen while calling NdisOpenFile( ) function. Is there any one else who has also experienced the same problem. In some systems...
Hi, Try using GetIfTable() IP Helper function. Regards Siva Prakash. R "Thomas F. Divine" <tdivine@...> wrote: Lookup the topic "General Statistics" in...
hello, i want to write a mechanism that if a firewall-hook driver( or anyother driver ) contains no data to do for a specific packet, suspend, ask a question...
hi..... i have written code below. I am experiencing BSOD when tries to open the file. Sometimes this same code runs without BSOD but most of the times i face...
... When someone says "I get a BSOD" they should also take a look at the bugcheck error code that is generated. Without the bugcheck reason one can only make...
Hi We are developing aspx web page that access and configure the network card. But I have faced strange problem. I am going to try to describe the scenario. If...
Hi, I am trying to read the data that Passthru protocol.c receives from a NIC. I have read the readOnpacket code snippet provided in www.ndis.com. and done...
Thanks. It seems I found a problem. In PtReceiveComplete function: if(((pAdapt->MiniportHandle != NULL) && (pAdapt->MPDeviceState > NdisDeviceStateD0)) &&...
Thanks a lot When i am using KeGetCurrentIrql(), compiler gives error c4013 undefined extern.. although i have included ntddk.h I am explaining a little more...
Hi pls I need help with the following: to debug NDIS drivers I need two computers- target and host. I have connected two computers(winsows 2003 sever) using...
Hi All, I have requirement for setting the SSID and Network key to WLAN card programatically. Can any one help me how to do this programatically. Thanks in...
Hi In my previous letter I got this answer (from: Thomas F. Divine) ... I need to find out the way to get the MAC address from the the registry in order to...
Hi All, I am having the requirement of writing the SSID /Network Key to the WLAN card programmatically. If any one know how to do this programmatically or any...
Thanks a lot for quick responses. Firstly i am tracking some (specific) packets and bound to open file after exchange of those (specific) packets. In short, it...
... The DDK documentation for NdisOpenFile is quite specific: "A NIC driver should call NdisOpenFile only from MiniportInitialize." What this means is: 1.) "A...
free TDI samples with source codes?????For a TDI client, look on James Antognini's website: http://home.mindspring.com/~antognini/ which also has many other...
Mark Reynolds
mreynold@...
Dec 7, 2004 10:29 pm
5805
Your recommendations worked and i m very grateful for ur help.....One last thing..as i could see & understand.. "different packets have different IRQL either...
Hi, We are developing an ASP application and we faced a problem. We couldn't open the channel driver. We have solved this problem by running NDIScope and...
From what I understood MPQueryInformation is the function that called by the protocol-edge (lower layer of the IM) to request information from NIC through the...
Let me correct myself.... From what I understood MiniPortQueryInformation is the function that exposed by the miniport-edge (upper layer of the IM) to allow...
I've been having some problems trying to select a specific SSID (w or w/o encryption enabled on the AP) to associate with. If an AP has no encryption, setting...
Only another protocol (above you) can call your MiniportQueryInformation handler. You can make a NdisRequest call if you want to make your own queries. I think...
If you use NDIS Mon you can look at what kind of OIDS for example the WZC set (and in which order and with what value) regards Niklas ... ...
Niklas Olsson
niklaso@...
Dec 9, 2004 12:53 pm
5813
If you are a PCAUSA customer, then the .LIB file was provided to you with the Rawether SDK. Look at the Project Settings for some of the sample applications. ...
Hi, Is there an API that will allow me to determine an adapter's DNS Server IP address from within an NDIS IM Driver. I'm aware of the registry locations...
Stan Bell
stan.bell@...
Dec 9, 2004 5:34 pm
5815
December 9, 2004 - Both of these firewalls have introduced "Driver-Level Protection" features apparently intended to detect malicious activity by Trojans....
I am just wondering did anyone on this site able to get this WLAN_AddWAPKey function to work? If you did, please provide some sample code because I could not...