]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls: adding TLS Log support
authorJean-Paul Roliers <popof.fpn@gmail.com>
Wed, 1 Feb 2012 21:36:44 +0000 (22:36 +0100)
committerEric Leblond <eric@regit.org>
Thu, 23 Aug 2012 14:03:12 +0000 (16:03 +0200)
commitefdf96ccbaeca1703b48388d85cf57ad4086287d
tree50061b8e65c33a4cc8a41e78107d0a9c1f590a8d
parent3eb0fd878d5821e8ca7f6550e13bbef4adddc088
tls: adding TLS Log support

Creation of the log-tlslog file in order to log tls message.
Need to add some information into suricata.yaml to work.

  - tls-log:
      enabled: yes # Log TLS connections.
      filename: tls.log # File to store TLS logs.
src/Makefile.am
src/log-tlslog.c [new file with mode: 0644]
src/log-tlslog.h [new file with mode: 0644]
src/suricata.c
src/tm-threads-common.h
src/util-error.h
suricata.yaml.in