network programming - Can a Perl program sniff packets from multiple NICs simultaneously? -


So I'm planning to create a network analyzer using Perl. But before I started, I have to answer the question, can a Pearl program really smell the packet together in many NICs? One feature of the program IM is that it should sniff the packet across the entire LAN within the switch. Is this possible in Pearl?

Sniffing packets in the entire LAN are not possible. This is only possible if your switch supports it. Many swaths have an option to copy all traffic to monitor / sniff a snake.



Comments

Popular posts from this blog

sql - Return Function using Cursor -

javascript - Is there any way to add a new parameter to a function programmatically? -

sql server - How to use pivot in this table -