Skip to content

Commit

Permalink
4.5.0-beta1 contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 3, 2024
1 parent b002ccc commit b73ac4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
06/01/2024 Version 4.5.0-beta1
06/02/2024 Version 4.5.0-beta1
- fix nansecond timestamp regression bug (#863)
- autotools - AC_HELP_STRING is obsolete in 2.70 (#856)
- configure.ac: do not run conftest in case of cross compilation (#849)
- Haiku support (#847)
- --fixhdrlen option added to control action on packet length changes (#846)
- incorrect checksum for certain IPv4 packets - fixed by #846 (#844)
- add check for IPv6 extension header length (#827 #842)
- add check for empty CIDR (#824 #843)
- GitHub template for pull requests (#839)
- handle IPv6 fragment extension header (#832 #837)
- Infinite loop in tcprewrite at get.c (#827 #842)
- add check for empty CIDR (#824 #843)
- AF_XDF socket extension (#822 #823)
- configure.ac: unify search dirs for pcap and add lib32 (#819)
- dlt_jnpr_ether_cleanup: check config before cleanup (#812 #851)
- nanosecond timestamps (#796)
- low PPS values run at full speed after several days (#779)
- create DLT_LINUX_SLL2 plugin (#727)
Expand Down
12 changes: 11 additions & 1 deletion docs/CREDIT
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Bastian Triller <GitHub @btriller>
- Linux SLL2

GithHub @plangarbalint
- eBPF
- eBPF (AF_XDF)
- nanosecond timers

Chuck Cottrill <GitHub @ChuckCottrill>
Expand All @@ -128,3 +128,13 @@ Chuck Cottrill <GitHub @ChuckCottrill>

Martin 'JaMa' Jansa <GitHub @shr-project>
- configure.ac: unify search dirs for pcap and add lib32

Marsman <GitHub Marsman1996>
- dlt_jnpr_ether_cleanup: check config before cleanup

Chen Qi <GitHub ChenQi1989>
- configure.ac: do not run conftest in case of cross compilation

Denis Ovsienko <GitHub infrastation>
- Haiku support

0 comments on commit b73ac4f

Please sign in to comment.