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/doc
Juliana Fajardini 2efde5b87f 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)
1 year ago
..
doxygen
userguide userguide: fix explanation about bsize ranges 1 year ago
AUTHORS doc: replace ohloh with openhub link 4 years ago
Basic_Setup.txt
GITGUIDE
INSTALL docs: update url to docs.suricata.io 2 years ago
Makefile.am doc: remove legacy windows install guide 2 years ago
NEWS userguide: update references to Suricata website 4 years ago
README
Setting_up_IPSinline_for_Linux.txt docs: update url to docs.suricata.io 2 years ago
TODO userguide: update references to Suricata website 4 years ago
Third_Party_Installation_Guides.txt

README