Changes in this release:
-
Add VXLAN support (#501)
-
Add
FileSniffer
constructor taking aFILE*
(#499). -
Remove use of deprecated
std::iterator
(#481). -
Add missing
algorithm
header include (#497). -
Validate high order two bits of first dns label octet (#494).
-
Use
CMAKE_INSTALL_LIBDIR
inCONF_CMAKE_INSTALL_DIR
(#472). -
Ignore IPv6 packets with payload after one with no Next Header (#500).
-
Fix unqualified
std::move
call warnings on clang (#488). -
Fix incorrect IP address range calculation when using /0 prefix (#484) (#486).
-
Fall back to system GTest if available (#473).
-
Fix compilation issue on android (#471).
-
Fix DNS parser reading garbage on misreported packet size (#468).
-
Fix DNS parser misinterpreting bad label size (#466).