mirror of https://github.com/OISF/suricata
userguide: fix explanation about bsize ranges
Our code handles Uint ranges as exclusive, but for bsize, our
documentation stated that they're inclusive.
Cf. from uint.rs:
DetectUintMode::DetectUintModeRange => {
if val > x.arg1 && val < x.arg2 {
return true;
}
}
Task #6708
pull/10277/head
parent
b8bc2c7e0f
commit
244a35d539
Loading…
Reference in New Issue