mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
also generate an event when starttls is encounterd for imap.
This commit is contained in:
parent
1933299543
commit
7f2087af34
4 changed files with 14 additions and 0 deletions
|
@ -2,8 +2,14 @@
|
|||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
# @TEST-EXEC: btest-diff x509.log
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
@load base/protocols/ssl
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/dpd
|
||||
@load base/protocols/imap
|
||||
|
||||
event imap_starttls(c: connection)
|
||||
{
|
||||
print "Tls started for connection";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue