]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve/flow: add per flow TCP oob urg data counter
authorVictor Julien <vjulien@oisf.net>
Tue, 10 Dec 2024 09:16:51 +0000 (10:16 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 11 Dec 2024 13:50:39 +0000 (14:50 +0100)
commit779f9d8ba35c3f9b5abfa327d3a4209861bd2eb8
tree16019d80e05846df774880ce925272a191bd682c
parent6882bcb3e51bd3cf509fb6569cc30f48d7bb53d7
eve/flow: add per flow TCP oob urg data counter

If TCP urgent handling is set to the OOB processing, the number of OOB
bytes is tracked for SEQ offset calculations. If this offset is
non-zero, add the field to the flow record.

Ticket: #7411.
etc/schema.json
src/output-json-flow.c