Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > TCP/IP stack driver (tcpip.sys) interface

Reply
Thread Tools Display Modes

TCP/IP stack driver (tcpip.sys) interface

 
 
panikus
Guest
Posts: n/a

 
      09-02-2010
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!
 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      09-02-2010
> 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

http://www.storagecraft.com

 
Reply With Quote
 
Junior Member
Join Date: Sep 2010
Posts: 8

 
      09-02-2010
Thank you so much for such a quick answer .

To be more precise I am working on a VRRP protocol driver, this is the network layer, no sockets, TCP, UDP and so on. Simply, IGMP and VRRP messages inside the IP packets.

WSK will not be of help, because it operates over sockets, which means a different, transport layer.

The thing I meant was the IP encapsulation (adding IP packet header), I have thought I can just bind to TCP/IP stack (or use some IOCTL-s) to add IP headers and so on to my messages.

If you say that the only way is to use WSK I will probably have to implement my own tcpip stack. WSK forces to use sockets for TCP/UDP connections. I must not use them.

I am not sure if doing the whole encapsulation (IP header, ETH header) on my own, outside the Windows TCP/IP stack, is an appropriate approach to driver development.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Game Compatibility BCurrey Windows Vista Games 6 11-29-2007 08:11 PM
Missing VGA driver rh0000 Windows Vista Hardware 14 06-13-2007 10:21 AM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 10:59 AM
americas army stuttering under vista premium ernie Windows Vista Games 0 02-27-2007 10:20 PM
problem in dxdiag Peewee64 Windows Vista Games 0 02-14-2007 09:49 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59