From: Mats Klepsland Date: Sun, 22 Sep 2019 15:34:40 +0000 (+0200) Subject: tls-log: remove a wrongful comment X-Git-Tag: suricata-5.0.0-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a151fe2225e8acd9fb7937bf9257b965f77bf538;p=thirdparty%2Fsuricata.git tls-log: remove a wrongful comment The app-layer parser for TLS has been TX aware for quite some time. Remove a comment that is stating that it is not. --- diff --git a/src/log-tlslog.c b/src/log-tlslog.c index f368b14714..655a976dae 100644 --- a/src/log-tlslog.c +++ b/src/log-tlslog.c @@ -23,9 +23,7 @@ * \author Victor Julien * \author Paulo Pacheco * - * Implements TLS logging portion of the engine. The TLS logger is - * implemented as a packet logger, as the TLS parser is not transaction - * aware. + * Implements TLS logging portion of the engine. */ #include "suricata-common.h"