HI,
Is there any kernel socket api in windows by which I can perform tcp/ip
communication within a kernel driver?
Regards,
-Praveen
–
Take the whole responsibility on your own shoulders, and know
that you are the creator of your own destiny.
use the TDI interface
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Praveen Kumar
Amritaluru
Sent: Friday, February 10, 2006 1:05 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Is there kernel socket api in windows
HI,
Is there any kernel socket api in windows by which I can perform tcp/ip
communication within a kernel driver?
Regards,
-Praveen
–
Take the whole responsibility on your own shoulders, and know
that you are the creator of your own destiny.
Windows Vista has Windows Sockets for Kernel (WSK). You can use that if your driver is Vista only. For downlevel, there are 3rd party kits including one from OSR itself.
“Praveen Kumar Amritaluru” wrote in message news:xxxxx@ntdev…
HI,
Is there any kernel socket api in windows by which I can perform tcp/ip communication within a kernel driver?
Regards,
-Praveen
–
-----
Take the whole responsibility on your own shoulders, and know
that you are the creator of your own destiny.
- Swami Vivekananda
> Is there any kernel socket api in windows by which I can perform tcp/ip
communication within a kernel driver?
None built-in.
However, communication can be performed via TDI.
If you have no problem with 3rd party components try this:
http://www.osr.com/toolkits_ksocks.shtml
This may also be worth reading:
http://www.pcausa.com/tdisamp/default.htm#NoKernelSockets
Cheers,
Oliver
–
May the source be with you, stranger 
ICQ: #281645
URL: http://assarbad.net
You may want to take a look at this article:
http://www.rootkit.com/newsread.php?newsid=416
-----Mensaje original-----
De: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com]En nombre de Praveen Kumar Amritaluru
Enviado el: viernes, 10 de febrero de 2006 8:35
Para: Windows System Software Devs Interest List
Asunto: [ntdev] Is there kernel socket api in windows
HI,
Is there any kernel socket api in windows by which I can perform tcp/ip communication within a kernel driver?
Regards,
-Praveen
–
Take the whole responsibility on your own shoulders, and know
that you are the creator of your own destiny.