Hello
I am developing a NDIS 5.1 Mux Intermediate Driver for Windows Xp/Server 2003. My implement is like Single Virtual Network Lan on Many Miniport Adapter as 1:N(LoadBAL) implement in IM driver. I did my implement on Microsoft NDIS Mux Sample code. I want to support other applications which send perticular query to my driver from upper layer application will get the proper result from all miniport adapter with NdisRequest(). Eg. Query with OID_GEN_XMIT_ERROR or request to set perticular PacketFilter. At now my driver gives information only from the single adapter on which VELAN created and bound. IM Driver expose only one port to upper layer. I want to add information also from other adapter which are from the same group. Can you tell me that how can I implement and in which routine ?
Is there any perticular Utility/Software, through which I can see My all Network Statistical Information that support in my IM Driver.
Thankyou
Amit Dhaduk.