]> git.ipfire.org Git - thirdparty/suricata.git/commit
email/eve: use Rust function to hash buffer to hex
authorJason Ish <jason.ish@oisf.net>
Mon, 4 Jan 2021 16:48:20 +0000 (10:48 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Jan 2021 08:01:05 +0000 (09:01 +0100)
commit6299222c4ef8b7c2dcb81b2ce0866f7af858663f
tree00bc3599cfe9c35305a990fce4a696319cc8c312
parent0a3b9e0220bd7f766c127cf65ffc3cb1de8ab2fb
email/eve: use Rust function to hash buffer to hex

Use SCMd5HashBufferToHex to hash the subject to a hex string.
Removes snprintf loop.
src/output-json-email-common.c