]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer-ssl: split function into multiple smaller functions
authorMats Klepsland <mats.klepsland@gmail.com>
Mon, 27 Nov 2017 11:23:57 +0000 (12:23 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 20 Mar 2018 15:27:22 +0000 (16:27 +0100)
commit3f0dea582d6c08c95d00981616c76651a9a7933e
tree5cdc958b60e985798c4761dc9a14c66e853ef141
parentea1e13cb00894717eb6fba9bf6785a71955780c9
app-layer-ssl: split function into multiple smaller functions

Split 'TLSDecodeHandshakeHello' into smaller functions to make
it easier to read the code when the function grows in size.
src/app-layer-ssl.c