]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls-store: now a separate module
authorEric Leblond <eric@regit.org>
Tue, 14 Jul 2015 19:22:31 +0000 (21:22 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Jul 2015 09:45:21 +0000 (11:45 +0200)
commit4db0a35f25cd2cd6079cdff28be55c6996c11f2d
tree3812cecafefb03912958514bfa07ffce282cd0f1
parent893fc9660dcaf613162140c442d71b338047ea3e
tls-store: now a separate module

An design error was made when doing the TLS storage module which
has been made dependant of the TLS logging. At the time there was
only one TLS logging module but there is now two different ones.

By putting the TLS store module in a separate module, we can now
use EVE output and TLS store at the same time.
src/Makefile.am
src/app-layer-ssl.h
src/log-tlslog.c
src/log-tlslog.h
src/log-tlsstore.c [new file with mode: 0644]
src/log-tlsstore.h [new file with mode: 0644]
src/suricata.c
src/tm-modules.c
src/tm-threads-common.h
suricata.yaml.in