LightPcapNg This repository is forked from https://github.com/seladb/PcapPlusPlus (directory 3rdParty) which itself forked from https://github.com/rvelea/LightPcapNg Since we wanted to preserve the git history, it is best to clone just for the LightPcapNg subdirectory by running this command: ``` git clone --single-branch -b pcapng https://github.com/stricaud/LightPcapNg ``` Library for general-purpose tracing based on PcapNg[1] file format. The current project represents work in progress to provide an API that can read, write and manipulate PcapNg files (possibly outside normal contexts). [1] https://github.com/pcapng/pcapng
stricaud/LightPcapNg
PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.
CMIT