mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-11 19:18:11 -07:00
feat(pcap): add operating system kernel name and release
Display the uname sysname and release as the OS option in the pcap Section
Header Block, falling back on just the std::env::consts::OS name ("linux") in
the case of runtime errors.
Co-authored-by: Nat Budin <natbudin@gmail.com>
This commit is contained in:
committed by
Will Greenberg
parent
5ae186bc73
commit
09d35ccec7
Generated
+1
@@ -1694,6 +1694,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"libc",
|
||||
"log",
|
||||
"nix",
|
||||
"pcap-file-tokio",
|
||||
"serde",
|
||||
"telcom-parser",
|
||||
|
||||
Reference in New Issue
Block a user