Balaji Thoguluva wrote:
Hi Bill,
I appreciate your ideas. I am the root of the system. As you say, it is not possible to catch packets simultaneously on more than one interface or all interfaces. But there are tools like tcpdump. tcpdump with -i option of 'any' can catch packets on all
Hi Bill,
I appreciate your ideas. I am the root of the system. As you say, it is not
possible to catch packets simultaneously on more than one interface or all interfaces.
But there are tools like tcpdump. tcpdump with -i option of 'any' can catch packets
on all interfaces. Even the
Balaji Thoguluva wrote:
Hi,
I would like to know if
Net::Pcap::open_live($dev, $snaplen, $promisc, $to_ms, \$err))
method can take 'any' as value for $dev argument. My intention
> is to catch packets that come on all network interfaces of a computer
>(atleast I want from eth0 and lo, loopba