From: panikus on
Hi!

Is it possible to bind an NDIS protocol driver to the TCP/IP driver
(tcpip.sys)?
Are there any ioctrls or other ways to communicate with tcpip driver so that
my driver did not have to add all the needed headers (IP, ETH)?

Or every protocol driver is to implement its own tcpip stack?
I need to send multicast messages, thus, winsock is not an option.
Any suggestions appreciated :)!
From: Asaf Shelly on
Hi,

Would this help?
http://msdn.microsoft.com/en-us/library/ff571067(VS.85).aspx

Regards,
Asaf
From: Anand Choubey on
First of all you can see http://msdn.microsoft.com/en-us/library/ms739172(VS.85).aspx.

Communication with tcpip.sys depends upon the OS version. It can be
TDI on nt5.x and kernel winsock/WFP on nt6.x.

Regards,
Anand Choubey