]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls: increase max number of tls records per packet 2459/head
authorMats Klepsland <mats.klepsland@gmail.com>
Fri, 16 Dec 2016 12:04:03 +0000 (13:04 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 16 Dec 2016 12:57:30 +0000 (13:57 +0100)
commit10c93221faf841e0819c4d84604ced63500fd1e1
treeb9d2a3b9e7c3295108c8ab4bfff858a28ebb23d5
parent554065189c6734c52467d107aac30f7e77441fa4
tls: increase max number of tls records per packet

Tls packets may contain several records. This increase the number
of allowed records per packet from 30 to 255, and adds a new and
more informative decoder event when this limit is reached.
rules/tls-events.rules
src/app-layer-ssl.c
src/app-layer-ssl.h