]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/rfb: move keywords to rust
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 17 Jul 2024 12:31:53 +0000 (14:31 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Aug 2024 17:04:33 +0000 (19:04 +0200)
commit62a186ceef99ea6f18e193d52da5af6a35f453d4
tree7d5e7620570f126374242139fa7abd8998f1130b
parenta673e1913b34e98840dbfc51c6c969e4cc8add48
detect/rfb: move keywords to rust

Ticket: 7178

On the way, convert rfb.secresult to a generic integer with enumeration
cf ticket 6723
14 files changed:
doc/userguide/rules/rfb-keywords.rst
rust/src/rfb/detect.rs
rust/src/rfb/logger.rs
rust/src/rfb/parser.rs
rust/src/rfb/rfb.rs
src/Makefile.am
src/detect-engine-register.c
src/detect-engine-register.h
src/detect-rfb-name.c [deleted file]
src/detect-rfb-name.h [deleted file]
src/detect-rfb-secresult.c [deleted file]
src/detect-rfb-secresult.h [deleted file]
src/detect-rfb-sectype.c [deleted file]
src/detect-rfb-sectype.h [deleted file]