Discussion:
TCP/IP stack driver (tcpip.sys) interface
(too old to reply)
panikus
2010-09-02 16:18:07 UTC
Permalink
Hi!
I would like to know if it is possible to create binding between NDIS
protocol driver and TCP/IP stack driver (tcpip.sys).

Can I make the tcpip driver encapsulate my messages within IP packets, so
that I did not have to take care of adding all the other needed headers (IP,
ETH)?

Thanks for any help!
Maxim S. Shatskih
2010-09-02 17:28:41 UTC
Permalink
Post by panikus
Can I make the tcpip driver encapsulate my messages within IP packets,
This is not NDIS. This is TDI (pre-Vista) or WSK (Vista+).
--
Maxim S. Shatskih
Windows DDK MVP
***@storagecraft.com
http://www.storagecraft.com
matt_sykes
2010-09-10 12:39:57 UTC
Permalink
Post by Maxim S. Shatskih
Post by panikus
Can I make the tcpip driver encapsulate my messages within IP packets,
This is not NDIS. This is TDI (pre-Vista) or WSK (Vista+).
--
Maxim S. Shatskih
Windows DDK MVP
He might be talking about a filter driver since he is talking about
using tcp. But otherwise yes, protocol drivers are not NDIS. NDIS is
device oriented.
eagersh
2010-09-13 00:28:40 UTC
Permalink
Post by matt_sykes
Post by Maxim S. Shatskih
Post by panikus
Can I make the tcpip driver encapsulate my messages within IP packets,
This is not NDIS. This is TDI (pre-Vista) or WSK (Vista+).
--
Maxim S. Shatskih
Windows DDK MVP
He might be talking about a filter driver since he is talking about
using tcp.  But otherwise yes, protocol drivers are not NDIS.  NDIS is
device oriented.
There is a Protocol NDIS driver and a lower edge of tcpip stack is a
Protocol NDIS driver.
Igor Sharovar
matt_sykes
2010-09-14 11:15:10 UTC
Permalink
Post by eagersh
Post by matt_sykes
Post by Maxim S. Shatskih
Post by panikus
Can I make the tcpip driver encapsulate my messages within IP packets,
This is not NDIS. This is TDI (pre-Vista) or WSK (Vista+).
--
Maxim S. Shatskih
Windows DDK MVP
He might be talking about a filter driver since he is talking about
using tcp.  But otherwise yes, protocol drivers are not NDIS.  NDIS is
device oriented.
There is a Protocol NDIS driver and a lower edge of tcpip stack is a
Protocol NDIS driver.
Igor Sharovar
Yes, thats correct.

Loading...