Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > tcpip.sys interface

Reply
Thread Tools Display Modes

tcpip.sys interface

 
 
Junior Member
Join Date: Sep 2010
Posts: 8

 
      09-02-2010
Hi!

I am writing NDIS protocol driver for Vista, which is to send and receive some multicast packets.

Is it possible to make TCP/IP stack driver (tcpip.sys) encapsulate my messages within IP packets?
How can I communicate with it?

I tried to find IOCTL-s which would help in communicating with tcpip but there are no such for public use.
Winsock Kernel is not an option as well, as it provides functions for the transport layer :/ whereas my driver (multicast) works in the network layer.
There is also TDI but it only allows for manipulating with routing and ARP tables.
It does not provide interface to send simply ipv4 packets which is of my interest mostly.

Any help will be appreciated. Thank you!
 

Last edited by panikus; 09-02-2010 at 05:10 PM..
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
Windows server 2000 strange crash Rick Windows Server 14 04-21-2010 12:04 PM
IoSetDeviceInterfaceState: using multiple interface instances rf Windows Vista Drivers 2 01-28-2010 05:14 PM
Re: DC with "Windows cannot obtain the domain controller name for your computer network" Danny Sanders Active Directory 0 01-21-2010 02:26 PM
USB Composite Device Can't Suspend Mini UVC UAC Windows Vista Drivers 1 12-02-2009 01:58 AM
Re: Incorrect server name Ace Fekay [MCT] Windows Server 4 10-28-2009 02:17 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