pcap
pcap refers to packet capture, a common term for the software interfaces and file formats used to capture network traffic for analysis. A pcap file typically stores a sequence of packets along with per-packet metadata such as timestamps and length fields, enabling subsequent examination by analysis tools.
Most captures use the pcap file format, which starts with a global header describing the capture and
Libpcap is the de facto cross-platform library for capturing packets on Unix-like systems; its Windows port,
pcap is widely used in network analysis, troubleshooting, security monitoring, and performance measurement. It supports real-time