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
Todd Mortimer 7d1a8cc335 file/swf: Use lzma-rs decompression instead of libhtp.
Use the lzma-rs crate for decompressing swf/lzma files instead of
the lzma decompressor in libhtp. This decouples suricata from libhtp
except for actual http parsing, and means libhtp no longer has to
export a lzma decompression interface.

Ticket: #5638
3 years ago
..
.cargo
derive
src file/swf: Use lzma-rs decompression instead of libhtp. 3 years ago
.gitignore
Cargo.toml.in file/swf: Use lzma-rs decompression instead of libhtp. 3 years ago
Makefile.am
cbindgen.toml
rustfmt.toml