mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Fixing SMTP state tracking.
This fixes the case that an SMTP session has multiple mails sent from the originator but we miss the server's response (e.g., because we don't see server side packets at all).
This commit is contained in:
parent
c289a2743b
commit
9301ef5a4f
6 changed files with 73 additions and 51 deletions
4
testing/btest/scripts/base/protocols/smtp/one-side.test
Normal file
4
testing/btest/scripts/base/protocols/smtp/one-side.test
Normal file
|
@ -0,0 +1,4 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/smtp-one-side-only.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff smtp.log
|
||||
|
||||
@load base/protocols/smtp
|
Loading…
Add table
Add a link
Reference in a new issue