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.
PcapPlusPlus enables decoding and forging capabilities for a large variety of network protocols. It also provides easy to use C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.
This is a fork from seladb's PcaPlusPlus repository. I added Tcp packet sorting function with C++11 enable.
PcapPlusPlus is released under the Unlicense license.