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
(cherry picked from commit 244a35d539)
pull/10587/head
parent
1814e81036
commit
2efde5b87f
Loading…
Reference in New Issue