PcapPlusPlus v16.02 Release Notes

Release Date: 2016-02-03 // about 8 years ago
  • ๐Ÿš€ 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:
      1. Set "PCAPPLUSPLUS_HOME" to the folder where binaries are located
      2. For Windows only: set "MINGW_HOME" to the folder where MinGW is installed
      3. 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