Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information