]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls-log: restructure code for writing to buffer
authorMats Klepsland <mats.klepsland@gmail.com>
Sun, 22 Sep 2019 16:28:32 +0000 (18:28 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 23 Sep 2019 12:13:11 +0000 (14:13 +0200)
commit05f6f5481a9ebbb3e7b60c8bfb6edf6c9535390f
treea18303ef4b6bdb3a366f900af254d08d44cc5350
parent03c8b82bfef97d308527026c33d6df722886fd77
tls-log: restructure code for writing to buffer

Restructure code to make it clearer that either 'basic', 'extended'
or 'custom' is being printed, by creating one function for each of
the possibilities.
src/log-tlslog.c