mirror of https://github.com/OISF/suricata
lua: in streaming api, indicate open/close
The SCStreamingBuffer call now also returns two booleans:
data, data_open, data_close = SCStreamingBuffer()
The first indicates this is the first data of this type for this
TCP session or HTTP transaction.
The second indicates this is the last data.
Ticket #1317.
pull/1229/head
parent
8dcd99209e
commit
16941468ce
Loading…
Reference in New Issue