pcap-config
Libpcap provides a portable framework for low-level network
Install
- All systems
-
curl cmd.cat/pcap-config.sh
- Debian
-
apt-get install libpcap0.8-dev - Ubuntu
-
apt-get install libpcap0.8-dev -
Alpine
-
apk add libpcap - Arch Linux
-
pacman -S libpcap - Kali Linux
-
apt-get install libpcap0.8-dev - Fedora
-
dnf install libpcap-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libpcap0.8-dev - OS X
-
brew install libpcap - Raspbian
-
apt-get install libpcap0.8-dev - Docker
-
docker run cmd.cat/pcap-config pcap-configpowered by Commando
libpcap-devel
Libpcap provides a portable framework for low-level network
monitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. This package provides the libraries, include files, and other resources needed for developing libpcap applications.
libpcap0.8-dev
development library and header files for libpcap0.8
Headers, static libraries, and documentation for the libpcap library. libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application.
libpcap
Libpcap provides a portable framework for low-level network
monitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Install libpcap if you need to do low-level network traffic monitoring on your network.