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
Jason Ish 5d5b0509a5 requires: add requires keyword
Add a new rule keyword "requires" that allows a rule to require specific
Suricata versions and/or Suricata features to be enabled.

Example:

  requires: feature geoip, version >= 7.0.0, version < 8;
  requires: version >= 7.0.3 < 8
  requires: version >= 7.0.3 < 8 | >= 8.0.3

Feature: #5972

Co-authored-by: Philippe Antoine <pantoine@oisf.net>
1 year ago
..
doxygen
userguide requires: add requires keyword 1 year ago
AUTHORS
Basic_Setup.txt
GITGUIDE
INSTALL
Makefile.am
NEWS
README
Setting_up_IPSinline_for_Linux.txt
TODO
Third_Party_Installation_Guides.txt

README