Releases: jschwinger233/skbdump
Releases · jschwinger233/skbdump
v24.01.08
v23.11.26
What's Changed
- Get rid of hard code of injection by @jschwinger233 in #17
- Simplify inject logic using bpf2bpf by @jschwinger233 in #18
- Output skb->mark and skb->cb by @jschwinger233 in #20
- Add test ci by @jschwinger233 in #21
Full Changelog: v23.03.18...v23.11.26
v23.03.18
What's Changed
- Use PERF_EVENT_ARRAY instead of BPF_QUEUE for old kernels by @jschwinger233 in #4
- Call API from libpcap.so and operate tc filter more robustly by @jschwinger233 in #5
- Output skb like tcpdump by @jschwinger233 in #6
- Fetch skb address to observe redirect situations by @jschwinger233 in #7
- add --skb-track to track NAT-ed skb by @jschwinger233 in #9
- Link libpcap statically by @jschwinger233 in #12
- Minor: verifier logs, output format, default skbmeta filename by @jschwinger233 in #13
Full Changelog: v23.03.12-rc.1...v23.03.18
v23.03.18-rc.3
What's Changed
- Fetch skb address to observe redirect situations by @jschwinger233 in #7
- add --skb-track to track NAT-ed skb by @jschwinger233 in #9
Full Changelog: v23.03.18-rc.2...v23.03.18-rc.3
v23.03.18-rc.2
What's Changed
- Output skb like tcpdump by @jschwinger233 in #6
Full Changelog: v23.03.18-rc.1...v23.03.18-rc.2
v23.03.18-rc.1
What's Changed
- Use PERF_EVENT_ARRAY instead of BPF_QUEUE for old kernels by @jschwinger233 in #4
- Call API from libpcap.so and operate tc filter more robustly by @jschwinger233 in #5
Full Changelog: v23.03.12-rc.1...v23.03.18-rc.1
v23.03.12-rc.1
What's Changed
- fix the program cannot be terminated through ctrl-c by @mozillazg in #2
- Solve the issues when setting filters by @jschwinger233 in #3
New Contributors
- @mozillazg made their first contribution in #2
- @jschwinger233 made their first contribution in #3
Full Changelog: v0.0.1-rc.2...v23.03.12-rc.1
v0.0.1-rc.2
Full Changelog: v0.0.1-rc.1...v0.0.1-rc.2
v0.0.1-rc.1
Changelog
- e0e2f55 Initial commit
- 5739e7d add README
- 02af0a2 add basic filter framework: skb_checker
- 9228063 add goreleaser and github action
- 8474ca6 fetch payload through queue and dump as pcap
- b99cd74 fetch skb struct and print
- 1fffc5b generate ebpf from cbpf generated by pcap-filter lib
- c5d93c1 let user specify filter priority
- fa1b4d0 support -i any
- ac8a84e support L3 device