Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pwru-linux-amd64.tar.gz.sha256sum | 2024-10-24 | 90 Bytes | |
pwru-linux-arm64.tar.gz | 2024-10-24 | 3.7 MB | |
pwru-linux-arm64.tar.gz.sha256sum | 2024-10-24 | 90 Bytes | |
pwru-linux-amd64.tar.gz | 2024-10-24 | 4.2 MB | |
README.md | 2024-10-24 | 1.2 kB | |
Release v1.0.9 source code.tar.gz | 2024-10-24 | 4.0 MB | |
Release v1.0.9 source code.zip | 2024-10-24 | 4.8 MB | |
Totals: 7 Items | 16.7 MB | 0 |
We are pleased to release the 1.0.9 version of pwru
.
The major changes include:
- Fixed libpcap filtering for tracing XDP programs (
--filter-trace-xdp
) [#439]. - Added drop reasons when
sk_skb_reason_drop()
is called [#430].
Functional changes:
- aebb893 - README.md: Update Clang/LLVM dependency to 12 (@joestringer)
- 1c354fa - bpf: Fix broken filter with --filter-trace-xdp (@jschwinger233)
- 195950a - Skip kprobing bpf progs for --filter-track-bpf-helpers (@Asphaltt)
- 5455e74 - Fix verifier error to run --filter-trace-tc + --filter-track-bpf-helpers (@Asphaltt)
- bde4f64 - gh/workflows: Use ubuntu-latest (@brb)
- 2ed349d - Print drop reason from sk_skb_reason_drop (@DanPartelly)
- 0dc9829 - Fix a minor code logic issue of xdp tracing (@Asphaltt)
- 1de15ff - Fix broken --filter-trace-xdp (@Asphaltt)
- 759fc7a - Fix broken --filter-trace-tc (@Asphaltt)
Dependency changes:
- 8a4dd24 - build(deps): bump actions/checkout from 4.1.7 to 4.2.1
- 925df0e - build(deps): bump golang.org/x/sys from 0.24.0 to 0.26.0
- c7c2ed7 - build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.3
- 82dbbf3 - build(deps): bump golang.org/x/arch from 0.8.0 to 0.11.0