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
Clement Galland b9cf49e933 rust/tftp: add tftp parsing and logging
TFTP parsing and logging written in Rust.
Log on eve.json the type of request (read or write), the name of the file and
the mode.

Example of output:
    "tftp":{"packet":"read","file":"rfc1350.txt","mode":"octet"}
8 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src rust/tftp: add tftp parsing and logging 8 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: require at least libc 0.2.33 9 years ago
Makefile.am rust: add --enable-rust-debug 8 years ago
gen-c-headers.py rust/tftp: add tftp parsing and logging 8 years ago