Jason Ish

Results 56 issues of Jason Ish

Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: #3287

### Bug Description Build failure on aarch64 with feature "sqlite". ### Minimal Reproduction - Build on an arm64 system - OR `cross build --target aarch64-unknown-linux-musl --features sqlite` ### Info *...

bug

- **github-ci/builds: don't run if only doc changes** - **github-ci: add non-bundled libhtp build**

Previous PR: https://github.com/OISF/suricata/pull/11283 https://redmine.openinfosecfoundation.org/issues/7011 https://redmine.openinfosecfoundation.org/issues/7017 https://redmine.openinfosecfoundation.org/issues/6281 Changes from last PR: - address comments - log all sections, not just queries in requests - merge in additionals: https://github.com/OISF/suricata/pull/11263 - remove unused...

needs rebase

The command `evebox sqlite dump` exports the events back into an `eve.json` style file, but does not record state such as `escalated` or `archived`. This command should save that in...

Using all is nice while your database is small, but on a load instance, even 24 hours can put excessive strain on a system causing very long, uncancellable query times....