Developer(s) | The Tcpdump team |
---|---|
Stable release |
1.7.3 / April 22, 2015
|
Repository | github |
Operating system | Linux, Solaris, FreeBSD, NetBSD, OpenBSD, macOS, additional *NIX systems |
Type | Library for packet capture |
License | BSD license |
Website | www |
Developer(s) | Riverbed Technology |
---|---|
Stable release |
4.1.3 / March 8, 2013
|
Repository | github |
Operating system | Microsoft Windows |
Type | Library for packet capture |
License | Freeware |
Website | www |
In the field of computer network administration, pcap (packet capture) consists of an application programming interface (API) for capturing network traffic. Unix-like systems implement pcap in the libpcap library; Windows uses a port of libpcap known as WinPcap.
Monitoring software may use libpcap and/or WinPcap to capture packets travelling over a network and, in newer versions, to transmit packets on a network at the link layer, as well as to get a list of network interfaces for possible use with libpcap or WinPcap.
The pcap API is written in C, so other languages such as Java, .NET languages, and scripting languages generally use a wrapper; no such wrappers are provided by libpcap or WinPcap itself. C++ programs may link directly to the C API or use an object-oriented wrapper.
libpcap and WinPcap provide the packet-capture and filtering engines of many open source and commercial network tools, including protocol analyzers (packet sniffers), network monitors, network intrusion detection systems, traffic-generators and network-testers.
libpcap and WinPcap also support saving captured packets to a file, and reading files containing saved packets; applications can be written, using libpcap or WinPcap, to be able to capture network traffic and analyze it, or to read a saved capture and analyze it, using the same analysis code. A capture file saved in the format that libpcap and WinPcap use can be read by applications that understand that format, such as tcpdump, Wireshark, CA NetMaster, or Microsoft Network Monitor 3.x.