wirefilter icon indicating copy to clipboard operation
wirefilter copied to clipboard

An execution engine for Wireshark-like filters

Results 21 wirefilter issues
Sort by recently updated
recently updated
newest added

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...

dependencies

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...

dependencies

Added support for float type, uses ordered-float crate for float Eq and Hash.

While looking at the list implementation, I noticed a small issue where the validity check of `NeverList` seems to not match `NeverListMatcher`.

Hi! I've been looking into writing unit tests for firewall rules using wirefilter. However, as far as I can see, wirefilter doesn't support the full syntax of Cloudflare [Firewall Rules...

Hi I'm not sure if you're accepting PRs or not (there are quite a few hanging :)), but in case you are, This PR updates all the dependencies to their...

Hi! Thanks for the project, currently `Filter#execute` will panic with `thread 'main' panicked at 'Field xxx was registered but not given a value'`, if a field in the `Scheme` is...

Using cargo-valgrind on a project using wirefilter shows a memory leak using `Scheme::add_function`. Valgrind output is: ``` Error leaked 2.3 kiB in 1 block Info at malloc at alloc::alloc::alloc (alloc.rs:86)...