On Sun, Feb 01, 2004 at 12:03:02PM +0100, Ulf Lamping wrote: > c) as far as I know, on unix (linux only?) you can use an "all" > interface, which will capture from all interface at once.
Linux-only. Libpcap relies on the fact that the underlying object that implements packet capture (a PF_PACKET socket) doesn't have to be bound to a particular interface - if it's not bound to that interface, it supplies packets for all interfaces. Other packet capture mechanisms don't implement that. _______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
