From: panikus on 2 Sep 2010 12:18 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!
From: Maxim S. Shatskih on 2 Sep 2010 13:28 > 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 maxim(a)storagecraft.com http://www.storagecraft.com
From: matt_sykes on 10 Sep 2010 08:39 On 2 Sep, 19:28, "Maxim S. Shatskih" <ma...(a)storagecraft.com.no.spam> wrote: > > 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 > ma...(a)storagecraft.comhttp://www.storagecraft.com 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.
From: eagersh on 12 Sep 2010 20:28 On Sep 10, 6:39 am, matt_sykes <zzeb...(a)hotmail.com> wrote: > On 2 Sep, 19:28, "Maxim S. Shatskih" <ma...(a)storagecraft.com.no.spam> > wrote: > > > > 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 > > ma...(a)storagecraft.comhttp://www.storagecraft.com > > 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
From: matt_sykes on 14 Sep 2010 07:15 On 13 Sep, 02:28, eagersh <eagers...(a)gmail.com> wrote: > On Sep 10, 6:39 am, matt_sykes <zzeb...(a)hotmail.com> wrote: > > > On 2 Sep, 19:28, "Maxim S. Shatskih" <ma...(a)storagecraft.com.no.spam> > > wrote: > > > > > 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 > > > ma...(a)storagecraft.comhttp://www.storagecraft.com > > > 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.
|
Pages: 1 Prev: Mirror driver, attach virtual monitor to desktop Next: TCP/IP driver interface |