Skip to content

Commit 142b6f6

Browse files
committed
Add CHANGES for v4.5
1 parent dfd2701 commit 142b6f6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGES.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
##### v4.5 - Sun Aug 20 04:46:53 PM UTC 2023
2+
3+
- Add VXLAN support (#501)
4+
5+
- Add `FileSniffer` constructor taking a `FILE*` (#499).
6+
7+
- Remove use of deprecated `std::iterator` (#481).
8+
9+
- Add missing `algorithm` header include (#497).
10+
11+
- Validate high order two bits of first dns label octet (#494).
12+
13+
- Use `CMAKE_INSTALL_LIBDIR` in `CONF_CMAKE_INSTALL_DIR` (#472).
14+
15+
- Ignore IPv6 packets with payload after one with no Next Header (#500).
16+
17+
- Fix unqualified `std::move` call warnings on clang (#488).
18+
19+
- Fix incorrect IP address range calculation when using /0 prefix (#484) (#486).
20+
21+
- Fall back to system GTest if available (#473).
22+
23+
- Fix compilation issue on android (#471).
24+
25+
- Fix DNS parser reading garbage on misreported packet size (#468).
26+
27+
- Fix DNS parser misinterpreting bad label size (#466).
28+
129
##### v4.4 - Thu Feb 17 14:41:59 UTC 2022
230

331
- Add RFC8335 extended echo types to `ICMP` and `ICMPv6` (#426)

0 commit comments

Comments
 (0)