Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

discussion-pcausa · PCAUSA Discussion List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 977
  • Category: Software
  • Founded: Sep 30, 1999
  • Language: English
? 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.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
3 Jan 12, 2004
4:36 am

Huiyou Zhu
huiyouzhu
Send Email

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...
4 Jan 10, 2004
11:16 am

Puneet
ptgoel
Send Email

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...
12 Jan 9, 2004
1:30 pm

yatindra vaishnav
yatindr@...
Send Email

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...
4 Jan 8, 2004
9:39 pm

Thomas F. Divine
pcatom
Send Email

January 6, 2004 - PCAUSA has developed an experimental tool called "NDIS Monitor". NDIS Monitor consists of a NDIS Intermediate driver and companion log...
1 Jan 7, 2004
5:37 pm

Thomas F. Divine
pcatom
Send Email

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...
2 Jan 6, 2004
5:23 pm

Thomas F. Divine
pcatom
Send Email

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...
4 Jan 5, 2004
9:41 am

Thomas F. Divine
pcatom
Send Email

I saw this in NDISUIO, file name is ndisuio.h #define oc_signature 'OiuN' what sort of signature is this. regards...
3 Dec 31, 2003
2:26 pm

Preston Wilson
preston@...
Send Email

Hi, I have adding filter for Tcp device by adding hook to \\Device&#92;\Tcp ... But in tdi_create I am getting ea = NULL. FILE_FULL_EA_INFORMATION *ea = ...
4 Dec 30, 2003
4:18 pm

yatindra vaishnav
yatindr@...
Send Email

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...
3 Dec 30, 2003
2:03 am

slwqw
Send Email

I am running Passthru on Win XP Prof (Debugger Enabled). The Passthru code has set the Unload handler (PChars.UnloadHandler), still PtUnloadProtocol of...
2 Dec 29, 2003
4:12 pm

Thomas F. Divine
pcatom
Send Email

Can I avoid handling IRP_MJ_SHUTDOWN by shifting the code into some other NDIS.. routine. Do NDIS IM drivers require IoRegisterShutdownNotification to be ...
2 Dec 29, 2003
4:10 pm

Thomas F. Divine
pcatom
Send Email

Hello All, want to know what is the difference between 'packet&#39; driver which comes along with win2k DDK and "NDISUIO" which comes along with winxpddk. any...
4 Dec 29, 2003
4:59 am

Thomas F. Divine
pcatom
Send Email

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...
1 Dec 29, 2003
4:43 am

Thomas F. Divine
pcatom
Send Email

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...
2 Dec 25, 2003
8:00 pm

yatindra vaishnav
yatindr@...
Send Email

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....
2 Dec 24, 2003
3:55 pm

Thomas F. Divine
pcatom
Send Email

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...
1 Dec 24, 2003
3:14 pm

Thomas F. Divine
pcatom
Send Email

Hi ! I can close TCP connections with: MIB_TCP_STATE_DELETE_TCB and SetTcpEntry(..); But... How can I close UDP connections ? Thank you...
2 Dec 24, 2003
2:51 pm

Thomas F. Divine
pcatom
Send Email

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...
2 Dec 24, 2003
2:33 pm

yatindra vaishnav
yatindr@...
Send Email

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...
1 Dec 24, 2003
6:26 am

hardy_hardeep
Send Email

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, ...
1 Dec 23, 2003
1:10 pm

Marcos Velasco
velascomarcos
Send Email

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...
1 Dec 23, 2003
1:10 pm

Aman
amanmehra_77
Send Email

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...
2 Dec 21, 2003
3:52 pm

antognini10605
Send Email

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...
1 Dec 19, 2003
1:58 pm

Abhijit
abhiputs
Send Email

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: ...
1 Dec 19, 2003
6:56 am

Thomas F. Divine
pcatom
Send Email

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...
1 Dec 18, 2003
4:53 pm

Ryan Hagelstrom
rhagelstrom@...
Send Email

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...
2 Dec 18, 2003
1:25 pm

Thomas F. Divine
pcatom
Send Email

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...
2 Dec 18, 2003
1:16 pm

Chainat Wongtapan
chainatsung
Send Email

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...
1 Dec 17, 2003
8:43 pm

c0rnbread@...
jy20045
Send Email

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...
1 Dec 17, 2003
1:50 pm

kvenum@...
kvenum
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help