pcapinfo

Perl binding to the LBL pcap packet capture library

Install

All systems
curl cmd.cat/pcapinfo.sh
Debian Debian
apt-get install libnet-pcap-perl
Ubuntu
apt-get install libnet-pcap-perl
image/svg+xml Kali Linux
apt-get install libnet-pcap-perl
Fedora
dnf install perl-Net-Pcap
Windows (WSL2)
sudo apt-get update sudo apt-get install libnet-pcap-perl
Raspbian
apt-get install libnet-pcap-perl

libnet-pcap-perl

Perl binding to the LBL pcap packet capture library

Net::Pcap allows the user to interface with the LBL pcap(3) library. Libpcap describes itself as "a system-independent interface for user-level packet capture. Libpcap provides a portable framework for low-level network monitoring." This modules gives a program the ability to capture data from a network interface in a similar way tcpdump does.

perl-Net-Pcap

library