Using Raw Sockets

  • Thread starter Thread starter Mr Mind - Lion
  • Start date Start date
M

Mr Mind - Lion

Please send me some sample for using Raw sockets. And also clearly
specify that how can I set the ip header of the protocol.

Please help me.
Thanx.
 
Mr Mind - Lion said:
Please send me some sample for using Raw sockets. And also clearly
specify that how can I set the ip header of the protocol.

What is your definition of "Raw sockets?"
 
I think he means use sockets so you can get all the information not just the
data in the packets sent through the sockets... like the header info and
such..
 
Brian Henry said:
I think he means use sockets so you can get all the information not just
the data in the packets sent through the sockets... like the header info
and such..

Indy has support for raw sockets. They arent in the .net assembly thats
published, but should be in the new update this weekend.

http://www.indyproject.org/indy.html - Open source and free.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
Back
Top