You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish c0de5bca46 flow: add accessor functions
Add accessor functions to allow NDPI and our plugin examples to access
flow fields in an opaque manner.

Provides accessors for:

- is ipv4
- is ipv6
- ip protocol
- to server packet count
- to destination packet count

Ticket: #8632
3 weeks ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/ffi: move AppLayerEvent to ffi 4 months ago
ffi rust/ffi: specify sys crate dependency version 2 months ago
htp http1: limit the number of compression bombs per flow 2 months ago
src rust: disable clippy warning for manual c str literals 4 weeks ago
suricatactl rust: limit clap verson to 4.5.57 6 months ago
suricatasc rust: clippy fixups for 1.97 2 months ago
sys flow: add accessor functions 3 weeks ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust: add serde and serde_json as dependencies 1 month ago
Cargo.toml.in rust: set minimum rust version to 1.85 4 weeks ago
Makefile.am rust: set CARGO_ENV when generating ffi bindings 4 weeks ago
cbindgen.toml http2: split transaction state machines 2 months ago
rustfmt.toml