Configurable capture backend (#150)

capture backend can now be configured via the `capture_backend` cli argument / config entry
This commit is contained in:
Ferdinand Schober 2024-06-29 00:10:36 +02:00 committed by GitHub
parent 232c048c19
commit 3528ef4fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 278 additions and 93 deletions

View file

@ -36,6 +36,7 @@ num_enum = "0.7.2"
hostname = "0.4.0"
slab = "0.4.9"
endi = "1.1.0"
thiserror = "1.0.61"
[target.'cfg(unix)'.dependencies]
libc = "0.2.148"