mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

These tests do not test conn.log or dpd.log, so they don't actually need to @load dpd - dynamic-protocol-detection is enabled anyway.
11 lines
270 B
Text
11 lines
270 B
Text
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/imap-starttls.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
|
|
@load base/protocols/ssl
|
|
@load base/protocols/conn
|
|
@load base/protocols/imap
|
|
|
|
event imap_capabilities(c: connection, capabilities: string_vec)
|
|
{
|
|
print capabilities;
|
|
}
|