Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"]
[workspace.package]
description = "TUI for sniffing network traffic using eBPF"
authors = ["Badr Badri <contact@pythops.com>"]
version = "0.7.2"
version = "0.8.0"
readme = "Readme.md"
license = "GPL-3.0"
edition = "2024"
Expand Down
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@
- Metrics explorer.
- Fuzzy search.

## 🚀 Supported protocols

#### Transport Layer

- [x] TCP
- [x] UDP
- [x] SCTP

#### Network Layer

- [x] IP (v4, v6)
- [x] ICMP (v4, v6)
- [x] IGMP (v1, v2, v3)

#### Link Layer

- [x] ARP

## 💡 Prerequisites

#### A Linux based OS.
Expand Down
8 changes: 7 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.8.0 - 2025-02-04

- Add support for IGMP
- reduce CPU usage
- Minor fixes

## v0.7.2 - 2025-09-03

- Improve the readability of the help banner.
- Fix the SYN flood crash.
- WResize packet infos popup to show all the available infos
- Resize packet infos popup to show all the available infos

## v0.7.1 - 2025-08-28

Expand Down
8 changes: 4 additions & 4 deletions oryx-ebpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oryx-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oryx-ebpf"
version = "0.7.2"
version = "0.8.0"
description = "oryx eBPF"
license = "GPL-3.0"
edition = "2024"
Expand Down