]> git.ipfire.org Git - people/ms/suricata.git/commit - rust/src/krb/krb5.rs
Add Kerberos 5 application layer
authorPierre Chifflier <chifflier@wzdftpd.net>
Mon, 16 Apr 2018 06:15:02 +0000 (08:15 +0200)
committerPierre Chifflier <chifflier@wzdftpd.net>
Wed, 13 Jun 2018 08:25:40 +0000 (10:25 +0200)
commit77f0c11c9ed21319ebbb828f8741e91165954fc5
tree8eedd60ce811fd7c071aa390af2a5a85bafc0889
parent325f336f637f8a3f4f2fb00c6cd6d0f04d5ca62f
Add Kerberos 5 application layer
13 files changed:
rust/Cargo.toml.in
rust/gen-c-headers.py
rust/src/krb/krb5.rs [new file with mode: 0644]
rust/src/krb/mod.rs [new file with mode: 0644]
rust/src/lib.rs
src/Makefile.am
src/app-layer-detect-proto.c
src/app-layer-krb5.c [new file with mode: 0644]
src/app-layer-krb5.h [new file with mode: 0644]
src/app-layer-parser.c
src/app-layer-protos.c
src/app-layer-protos.h
suricata.yaml.in