I try to build/generate a Ndis protocol driver, similar to Ndisuio, through Wince4.2 Platform builder, but it only generate .lib and .pdb files. No .dll could...
can you give me some idea on uninstalling protocol driver services. i removed entry from registry and deleted .sys from /WINNT/System32/Driver, but still it is...
This is a comment to myself about a potential problem. The comment should have been removed. Sorry. Regards, Thomas F. Divine PCAUSA - Toolkits & Resources For...
hi, can someone tell me how these function codes are defined and where. in NDISUIO test i saw 0x200 etc defined but want to know what does this signify. i...
January 6, 2004 - PCAUSA has developed an experimental tool called "NDIS Monitor". NDIS Monitor consists of a NDIS Intermediate driver and companion log...
Hi i want to support wmi interface to my ndis miniport driver. i saw xp ddk sample. in that they gave some sample Custom OIDs and test application. in that...
Hello, I have a few questions regarding Flow Control: 1) Does NDIS uses OID_GEN_LINK_SPEED in order to control bandwidth passed through my miniport? 2) My...
Hi, I have adding filter for Tcp device by adding hook to \\Device92;\Tcp ... But in tdi_create I am getting ea = NULL. FILE_FULL_EA_INFORMATION *ea = ...
If i return TDI_PENDING from TdiSetEvent() routine٬how can i return the final status to TDI Client later since TdiSetEvent() does not has the TDI_REQUEST...
I am running Passthru on Win XP Prof (Debugger Enabled). The Passthru code has set the Unload handler (PChars.UnloadHandler), still PtUnloadProtocol of...
Can I avoid handling IRP_MJ_SHUTDOWN by shifting the code into some other NDIS.. routine. Do NDIS IM drivers require IoRegisterShutdownNotification to be ...
Hello All, want to know what is the difference between 'packet39; driver which comes along with win2k DDK and "NDISUIO" which comes along with winxpddk. any...
December 28, 2003 - PCAUSA is in the process of adapting several products to support Windows 64-Bit systems. One of the first tools to be adapted for Windows...
Hi just one question: If I would write a NDIS IM driver that binds to every ethernet adapter (except loopback) that is installed on the specific system, and...
I was reading NDISUIO code. have one doubt in NdisuioBindAdapter routine, before obtaining the handle to registry it's being checked that what is the platform....
December 24, 2003 - It is holiday season for many of us in the United States of America!!! We are grateful to each of you who have touched our lives here at...
Hi, I would like to enable / disable a NIC adapter from a user program. The driver is installed previously. Can someone point me to any function which can do...
Hi to all those brains working on part of windows called TDI. I am trying to make a sort of filter driver for windows 98/ME using TDI interface. Till now i...
Hi ! I use IOCTL_TDI_QUERY_INFORMATION and I get the local IP and local Port (TCP/UDP)... if (DeviceIoControl(hObject, IOCTL_TDI_QUERY_INFORMATION, &reqaddr, ...
hi i want to develope a miniport driver for 802.11b prism 3 chipset. i thought of few things i will be needed for this task: 1. Windows DDK 2. Reference design...
Hello, Does it's possible to install on Win2K extended PassThru Driver -- Part 2 (James version)? I have compiled with XPDDK Win2K build environment, installed...
I am debugging the passthru driver on WINXP using WinDbg. I am getting foll error: *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break...
December 19, 2003 - The December 15, 2003 Issue of the Windows Driver Developer's Digest (WD-3) includes a new article of interest to some NDIS developers: ...
I saw this product and found it intersting. It allows the loading of NDIS drivers on Linux via a NDIS wrapper that has been written for Linux. It seems like...
Hi, I just wanted to check this with you guys. using W32N50.DLL, Windows XP and Agnitums Firewall Outpost 2 pro (http://www.agnitum.com) When having the...
Hi, Am currently working on a PPPoE NDIS IM driver. In Windows 2000 I am getting a OID_TAPI_DROP after OID_TAPI_GET_ID during make call. Am indicating WAN Line...
Hi all I am interested in finding an NDIS developer who specializes in WLAN apps. I'm looking for someone that understands 802.11 frames/association (probe...
Hi all Thanks to all of you who responded to my earlier message JUNK SSID problem. Here is another problem that i am facing Eventhough the windows is notified...