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
Eloy Pérez González 333db3b385 smb/dce_opnum: move range if to outer context
The smb dce_opnum matches all the opnums that are higher that the
indicated opnum. This is due the range comparison if was put in the
exact comparison context, and in case the opnum doesn't match exactly,
then the range comparison is triggered (the upper limit is always true).

Move the erroneus if to the outer context, as else option of the block
checks if comparison should be exact or range.

Ticket: 4767
4 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust: derive macro for app-layer frame type 4 years ago
src smb/dce_opnum: move range if to outer context 4 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in quic: Add QUIC App Layer 4 years ago
Makefile.am rust: rename to suricata (from suricata_rust) 4 years ago
cbindgen.toml quic: Add QUIC App Layer 4 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago