GyulyVGC / sniffnet

Comfortably monitor your Internet traffic 🕵️‍♂️
https://sniffnet.net
Apache License 2.0
18.63k stars 558 forks source link

Feature request: update linux-raw-sys to 0.6.5 #592

Closed k0tran closed 3 months ago

k0tran commented 3 months ago

Is there an existing issue for this?

Describe the solution you'd like

Update linux-raw-sys version to 0.6.5 (or anything that depends on it).

Version 0.6.5 introduces loongarch64 support. On my loongarch64 machine the following works:

rm -f Cargo.lock
cargo build --release

Is your feature request related to a problem?

On versions of linux-raw-sys lower than 0.6.5 building sniffnet from source on loongarch64 is not possible

GyulyVGC commented 3 months ago

Done. Thanks for the notice.