]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
tls-log: remove a wrongful comment
authorMats Klepsland <mats.klepsland@gmail.com>
Sun, 22 Sep 2019 15:34:40 +0000 (17:34 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 23 Sep 2019 12:13:11 +0000 (14:13 +0200)
The app-layer parser for TLS has been TX aware for quite some time.
Remove a comment that is stating that it is not.

src/log-tlslog.c

index f368b14714b4e328a666587db00d67f4fcf8dd69..655a976daefdca996cbde443c4b16fffa5fd74ee 100644 (file)
@@ -23,9 +23,7 @@
  * \author Victor Julien <victor@inliniac.net>
  * \author Paulo Pacheco <fooinha@gmail.com>
  *
- * 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"