libpcap Man Page
From: https://manpages.ubuntu.com/manpages/jammy/en/man3/pcap.3pcap.html





NAME
	pcap - Packet Capture library



SYNOPSIS #include <pcap/pcap.h>
DESCRIPTION The Packet Capture library provides a high level interface to packet capture systems. All packets on the network, even those destined for other hosts, are accessible through this mechanism. It also supports saving captured packets to a ``savefile'', and reading packets from a ``savefile''.