]> git.ipfire.org Git - people/ms/suricata.git/commit
parse: move SSH parser from C to Rust
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 5 Mar 2020 14:11:00 +0000 (15:11 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 22 May 2020 06:40:01 +0000 (08:40 +0200)
commit69b4fffdae19e033b18b36f627cc666b5daec625
tree9a73a61639b81830b5725b8e14997da0c4bd1b09
parentcb3c4785257629382b7a412bd3161001944140e4
parse: move SSH parser from C to Rust
18 files changed:
rust/src/lib.rs
rust/src/ssh/detect.rs [new file with mode: 0644]
rust/src/ssh/logger.rs [new file with mode: 0644]
rust/src/ssh/mod.rs [new file with mode: 0644]
rust/src/ssh/parser.rs [new file with mode: 0644]
rust/src/ssh/ssh.rs [new file with mode: 0644]
src/alert-prelude.c
src/app-layer-ssh.c
src/app-layer-ssh.h
src/detect-ssh-proto-version.c
src/detect-ssh-proto.c
src/detect-ssh-software-version.c
src/detect-ssh-software.c
src/output-json-alert.c
src/output-json-ssh.c
src/output-json-ssh.h
src/output-lua.c
src/util-lua-ssh.c