February 2016 release of PcapPlusPlus
Master branch is always kept stable, so the latest code can always be considered as the newest stable version.
But I'll be using releases to publish compiled binaries once in a while
This package contains:
- Binaries compiled with Ubuntu 14.10 32-bit (compiled without DPDK and PF_RING)
- Binaries compiled with Windows 7 32-bit
- Binaries compiled with Mac OS X Snow Leopard 10.6.2 32-bit
In order to compile your application with these binaries you need to:
- Update mk/PcapPlusPlus.mk file:
- Set "PCAPPLUSPLUS_HOME" to the folder where binaries are located
- For Windows only: set "MINGW_HOME" to the folder where MinGW is installed
- For Windows only: set "WINPCAP_HOME" to the folder where WinPcap Developer's Pack is installed
- Follow "Creating Applications With PcapPlusPlus" section in https://github.com/seladb/PcapPlusPlus