]> git.ipfire.org Git - thirdparty/suricata.git/commit
userguide: fix explanation about bsize ranges 10277/head
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 24 Jan 2024 15:00:41 +0000 (12:00 -0300)
committerVictor Julien <victor@inliniac.net>
Tue, 30 Jan 2024 08:35:18 +0000 (09:35 +0100)
commit244a35d539989c00eb5cbac86e7355227cd9da03
tree4b5ea65745173aae426c4c5fbb2244a23dfd5a28
parentb8bc2c7e0fab56af649c962b57c316570a4adb0e
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
doc/userguide/rules/payload-keywords.rst