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/src/tftp
Victor Julien 3bcf948a75 app-layer: change return codes
This patch simplifies the return codes app-layer parsers use,
in preparation of a patch set for overhauling the return type.

Introduce two macros:

APP_LAYER_OK (value 0)
APP_LAYER_ERROR (value -1)

Update all parsers to use this.
5 years ago
..
log.rs rust: update to Rust 2018 with cargo fix 6 years ago
mod.rs rust/tftp: add tftp parsing and logging 8 years ago
tftp.rs app-layer: change return codes 5 years ago