Project

General

Profile

Actions

Bug #3177

closed

suricata is logging tls log repeatedly if custom mode is enabled

Added by Saurabh Ram Tripathi over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Affected Versions:
Effort:
Difficulty:
low
Label:
Needs backport

Description

suricata is logging tls log repeatedly if custom mode is enabled. It is not flushing buffer if custom logging is enabled.

This is code in log-tlslog.c


    if (hlog->flags & LOG_TLS_CUSTOM) {
        LogTlsLogCustom(aft, ssl_state, &p->ts, srcip, sp, dstip, dp);
    } else {
        MemBufferReset(aft->buffer);
        ...
    }


Related issues 1 (0 open1 closed)

Copied to Suricata - Bug #3387: suricata is logging tls log repeatedly if custom mode is enabled (4.1.x)ClosedJason IshActions
Actions

Also available in: Atom PDF