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

python - how we can use ajax() in views.py in django? -

c - Performance of System() -

c++ - How to define methods in a base class that only work in derived classes? -