Implement pcapd

This commit is contained in:
Jackson Coxson
2025-09-04 08:47:06 -06:00
parent d9bcecb634
commit ddd2f84dd1
6 changed files with 385 additions and 11 deletions

View File

@@ -113,6 +113,10 @@ path = "src/diagnosticsservice.rs"
name = "bt_packet_logger"
path = "src/bt_packet_logger.rs"
[[bin]]
name = "pcapd"
path = "src/pcapd.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"], default-features = false }
tokio = { version = "1.43", features = ["full"] }