]> git.ipfire.org Git - thirdparty/suricata.git/commit
telnet: initial support with frames
authorVictor Julien <vjulien@oisf.net>
Tue, 4 Jan 2022 15:43:24 +0000 (16:43 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 18 Jan 2022 11:21:54 +0000 (12:21 +0100)
commit44c9241b6a9be35f28657d03a61ba881d2b44898
tree4b77b8be54d7eaa2afa80256d80f6da2e3400968
parentfc4279de85725521c2906813d59d96bad860d4ca
telnet: initial support with frames

Bootstrapped using setup script. Basic option parsing for purpose
of tagging frames.
rust/src/lib.rs
rust/src/telnet/mod.rs [new file with mode: 0644]
rust/src/telnet/parser.rs [new file with mode: 0644]
rust/src/telnet/telnet.rs [new file with mode: 0644]
src/app-layer-detect-proto.c
src/app-layer-parser.c
src/app-layer-protos.c
src/app-layer-protos.h
suricata.yaml.in