Add STLS command to POP3 DPD signature

This commit is contained in:
Jan Grashoefer 2025-05-14 16:37:25 +02:00
parent 734fd62325
commit 84cc4b890d
2 changed files with 2 additions and 13 deletions

View file

@ -5,15 +5,4 @@
@load base/protocols/conn
@load base/protocols/ssl
module POP3;
const ports = {
110/tcp
};
redef likely_server_ports += { ports };
event zeek_init() &priority=5
{
Analyzer::register_for_ports(Analyzer::ANALYZER_POP3, ports);
}
@load base/protocols/pop3