]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/flow/esp: Add ESP decoder & flow 5743/head
authorEmmanuel Thompson <eet6646@gmail.com>
Mon, 4 May 2020 15:38:16 +0000 (11:38 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 18 Jan 2021 20:04:31 +0000 (21:04 +0100)
commitf12daa710f30e45ced2fc5bd975cbf779c96183f
tree951c1dbc3e9eae3f911905356360a3c6cd321651
parent9adeae07b15717382e2fa874740eb66d71416bbe
decode/flow/esp: Add ESP decoder & flow

- Adds an ESP (Encapsulating Security Payload) header decoder
- Tracks ESP flows via the SPI field
15 files changed:
src/Makefile.am
src/decode-esp.c [new file with mode: 0644]
src/decode-esp.h [new file with mode: 0644]
src/decode-events.c
src/decode-events.h
src/decode-ipv4.c
src/decode-ipv6.c
src/decode.c
src/decode.h
src/flow-hash.c
src/flow-util.c
src/flow.h
src/output-json-flow.c
src/output-json-netflow.c
src/runmode-unittests.c