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 fab3f36b8c dns: never return error on UDP DNS
UDP parsers should never return error as it should indicate to Suricata
that an unrecoverable error has occurred.  UDP being record based for
the most part is almost always recoverable, at least for protocols like
DNS.
4 years ago
..
.cargo
derive rust/derive: pin proc-macro-crate to v1.1.0. 5 years ago
src dns: never return error on UDP DNS 4 years ago
.gitignore
Cargo.toml.in file/swf: Use lzma-rs decompression instead of libhtp. 4 years ago
Makefile.am rust: cbindgen first verifies existing bindings 4 years ago
cbindgen.toml app-layer: introduce common AppLayerStateData API 4 years ago
rustfmt.toml