You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've first updated the pnet carate to the latest version because of an error that raised, and after the program compiling successfully, it raised the following error. The network interface I provide via sudo ./sni-sniffer --sniff eno1 is up & running, but to no avail!
warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[sudo] password for polendina:
The network interface is eno1
thread 'main' panicked at src/interface.rs:94:19:
packetdump: unable to create channel: No such device (os error 19)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I've first updated the
pnet
carate to the latest version because of an error that raised, and after the program compiling successfully, it raised the following error. The network interface I provide viasudo ./sni-sniffer --sniff eno1
is up & running, but to no avail!The text was updated successfully, but these errors were encountered: