Libpcap API Improvements

Npcap includes the latest libpcap version for even better compatibility and performance. The powerful cross-platform libpcap API makes writing packet-capturing code easy, and the latest versions introduced new features not available in WinPcap.

Enhanced pcap-filter Language

The filter expression language used by libpcap has been enhanced with additional keywords and operators:

pcap_compile() Improvements

New Interface Flags from pcap_findalldevs()

pcap_if_t entries from pcap_findalldevs() now include additional capability and status flags:

Timestamp Types

New functions allow choosing between different timestamp types:

Timestamp Precision

Npcap can provide timestamps with nanosecond precision:

Additional API Functions