how to use raw sockets

David d at dav1d.de
Wed Feb 29 12:06:40 PST 2012


Am 29.02.2012 20:44, schrieb maarten van damme:
> hello,
> I want to use raw sockets but there is a lack of documentation on how to
> use them in D.
> Is there somewhere I can read more about them or has someone succesfully
> used them?
>
> Thank you,
> maarten

Hello,

I would use libpcap for that, since this is C you can interface it from 
D. Bu there are no bindings for it yet, you would have to make them 
first (you can submit them to https://github.com/D-Programming-Deimos ).


More information about the Digitalmars-d-learn mailing list