Npcap
Npcap is a Windows packet capture and transmission driver used by tools such as Wireshark and Nmap. It provides a libpcap-compatible API on Windows so packet analysis software can capture raw network traffic from network adapters.
Technical Details
Related Concepts
Packet Capture
Packet capture records network traffic from an interface so analysts can inspect Ethernet frames, IP packets, TCP segments, UDP datagrams, DNS messages, and other protocols.
Wireshark on Windows
Wireshark uses Npcap on Windows to capture live traffic. After capture, packet bytes can be inspected in Wireshark or copied as hex for field-level analysis in ByteLens.
Npcap vs WinPcap
Npcap is the modern successor commonly used in place of the older WinPcap driver, with better support for current Windows versions and active maintenance.
Npcap vs Euro NCAP
Npcap is network capture software. Euro NCAP is a vehicle safety assessment program, so it is unrelated to packet capture or protocol analysis.