Shawn Bohrer
Shawn Bohrer
Previously the regular expression used in `split_quoted` would erroneously consider a single and double quote as a pair. This made it impossible to have a comment with a nested quote.
I've found a case where using the `src port` pcap expression can cause invalid BPF to be generated depending on the order of the expression. I've also found that using...
The `Scheme!` macro references `crate`, but since it is a macro this will evaluate at compile time to be the crate that is attempting to use wirefilter. We must use...
There is no reason these need the same lifetime, and requiring the same lifetime makes some things impossible like having a Filter with a 'static lifetime and trying to execute...
PID files are inherently problematic because PIDs are reused. This means that at start up if we find a PID file and there is a running process with that PID...