December 06, 2013
Just wondering if any library that supports putting network adapter in promiscuous mode. As I new to D and heard something about importing C libraries in to D, but I don't know how smooth that will be so just was wondering if any D libraries that support promiscuous mode.

Thanks to anyone that reply.
December 06, 2013
On Friday, 6 December 2013 at 10:32:52 UTC, Cabe wrote:
> Just wondering if any library that supports putting network adapter in promiscuous mode. As I new to D and heard something about importing C libraries in to D, but I don't know how smooth that will be so just was wondering if any D libraries that support promiscuous mode.
>
> Thanks to anyone that reply.

as smooth as using original lib in C directly. or you can make ur own OOP wrapper.