Browse thread
RAW-sockets
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] RAW-sockets |
On Fri, May 19, 2006 at 06:16:12PM +1200, Jonathan Roewen wrote: > >But I don't know HOW OCaml handle's the IP-stuff. > > > >I don't know if - when using protocoll 1 (ICMP) for example, > >if the IP-header will be generated automatically by OCaml. > >It seems that it will be handled this way, but I have not seen > >anything about this in the reference manual. > > > >Do I have to write the IP-header by myself or not? > > Best way to find out: make your packet and send it and see what > happens :-) Ethereal is most valuable in determining if your packets > are well crafted :) Sometimes just doing it is easiest way to know or > not ;-) I can try sending my network garbage to the windows-PCs in this network here ;-) Are their reactions also valuable in determining what my ip-packets look like? ;-) Ciao, Oliver