rust implementation, fast enough it looks
This commit is contained in:
@@ -11,7 +11,9 @@ crate-type = ["rlib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.77"
|
||||
egui = "0.26.2"
|
||||
indicatif = "0.17.7"
|
||||
pcap = { version = "1.2.0", features = ["capture-stream"] }
|
||||
pcap-parser = { version = "0.14.1", features = ["data"] }
|
||||
png = "0.17.10"
|
||||
pyo3 = { version = "0.20.0", "features" = ["extension-module"] }
|
||||
|
||||
Reference in New Issue
Block a user