ETW at boot time??? I found. means InterMedia.
thanks.
----- Original Message -----
From: karl
To: Windows System Software Devs Interest List
Sent: Friday, September 17, 2004 10:21 AM
Subject: Re: [ntdev] How to manage two NICs in one driver???
Thanks for your answer.
What is IM?
----- Original Message -----
From: Maxim S. Shatskih
To: Windows System Software Devs Interest List
Cc: karl
Sent: Friday, September 17, 2004 10:09 AM
Subject: Re: [ntdev] How to manage two NICs in one driver???
You need an NDIS IM driver. Take PASSTHRU sample and adapt to your needs.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: karl
To: Windows System Software Devs Interest List
Cc: karl
Sent: Friday, September 17, 2004 5:43 AM
Subject: [ntdev] How to manage two NICs in one driver???
I want to develop a driver like winpcap driver, the function is to catch two NICs' packets, sort them by time, then send them to the upper application.
To obtain the high performance, I choose to develop a driver, not an upper application.
It seems that it is conflict with the structure of the driver, because the callback functions to do with IRP_MJ_CREATE, IRP_MJ_CLOSE, IRP_MJ_READ, IRP_MJ_WRITE, and IRP_MJ_DEVICE_CONTROL requests only do with one special device's request.
I do not know how to do. Can anyone help me?
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@21cn.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to $subst('List.Name') as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')