Skip to content

Commit 679a5c5

Browse files
authored
Release v0.8.0 (#79)
1 parent b73963c commit 679a5c5

6 files changed

Lines changed: 57 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"]
55
[workspace.package]
66
description = "TUI for sniffing network traffic using eBPF"
77
authors = ["Badr Badri <contact@pythops.com>"]
8-
version = "0.7.2"
8+
version = "0.8.0"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2024"

Readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
- Metrics explorer.
1616
- Fuzzy search.
1717

18+
## 🚀 Supported protocols
19+
20+
#### Transport Layer
21+
22+
- [x] TCP
23+
- [x] UDP
24+
- [x] SCTP
25+
26+
#### Network Layer
27+
28+
- [x] IP (v4, v6)
29+
- [x] ICMP (v4, v6)
30+
- [x] IGMP (v1, v2, v3)
31+
32+
#### Link Layer
33+
34+
- [x] ARP
35+
1836
## 💡 Prerequisites
1937

2038
#### A Linux based OS.

Release.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## 0.8.0 - 2025-02-04
2+
3+
- Add support for IGMP
4+
- reduce CPU usage
5+
- Minor fixes
6+
17
## v0.7.2 - 2025-09-03
28

39
- Improve the readability of the help banner.
410
- Fix the SYN flood crash.
5-
- WResize packet infos popup to show all the available infos
11+
- Resize packet infos popup to show all the available infos
612

713
## v0.7.1 - 2025-08-28
814

oryx-ebpf/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oryx-ebpf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oryx-ebpf"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
description = "oryx eBPF"
55
license = "GPL-3.0"
66
edition = "2024"

0 commit comments

Comments
 (0)