Jonah Miller
Results
2
comments of
Jonah Miller
The man page for `pcap_activate()` ([link](https://linux.die.net/man/3/pcap_activate)) describes the following failure mode: ``` PCAP_ERROR_PERM_DENIED if the process doesn't have permission to open the capture source ``` Which makes sense as `sniffglue`...
~This change is a bit more involved than meets the eye--one of the fields inside of the Cloudflare async client is of type `reqwest::Client`, which is [defined](https://docs.rs/reqwest/latest/src/reqwest/async_impl/client.rs.html#62-64) inside a third...