]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-smtp.c
app-layer-smtp: extract and store HELO and MAIL FROM
authorEric Leblond <eric@regit.org>
Fri, 17 Apr 2015 08:46:15 +0000 (10:46 +0200)
committerEric Leblond <eric@regit.org>
Fri, 2 Oct 2015 20:57:58 +0000 (22:57 +0200)
commit7bca8268bcae54db5a2e7ac0914f63f78a39d49b
tree56b5e2a0d8624591942bb6d391c5e5ca02b1d806
parent5c26a2f2c8f52a4612f6c185dfd5af912f418589
app-layer-smtp: extract and store HELO and MAIL FROM

This patch updates the SMTP transaction and SMTP state to be able
to contain the HELO and MAIL FROM fields.
src/app-layer-smtp.c
src/app-layer-smtp.h