Slightly earlier protocol confirmation for pop3.

This allows, e.g. pop3 sessions that are upgraded via STLS to be
properly marked as such.
This commit is contained in:
Johanna Amann 2015-07-23 16:53:01 -07:00
parent 0d60da7ae6
commit 5ffe76f336
3 changed files with 15 additions and 1 deletions

View file

@ -1,8 +1,10 @@
# @TEST-EXEC: bro -C -b -r $TRACES/tls/pop3-starttls.pcap %INPUT
# @TEST-EXEC: btest-diff conn.log
# @TEST-EXEC: btest-diff ssl.log
# @TEST-EXEC: btest-diff x509.log
@load base/protocols/conn
@load base/frameworks/dpd
@load base/protocols/ssl
module POP3;