[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Network device in promiscuous mode
On 10 Aug 2014, at 19:20, Masoud Koleini <masoud.koleini@xxxxxxxxxxxxxxxx> wrote: > Hi all, > > I want to set my network device in promiscuous mode to capture all the > frames. I am looking for a function similar to Net.Manager.set_promiscuous In > mirage-net, which is the older versions of tcpip library. Does tcpip library > have such a function? Hi Masoud, There's no such function, but an easy way to accomplish this is by assembling a manual stack that passes all the frames into whatever library you want. See mirage/mirage-skeleton in the ethifv4/ directory for an example. -anil _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |