zeek/testing/btest/bifs/decode_base64_conn.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
219 B
Plaintext

# @TEST-EXEC: zeek -r $TRACES/smtp.trace %INPUT >out
# @TEST-EXEC: btest-diff weird.log
event connection_established(c: connection)
{
# This should be logged into weird.
print decode_base64_conn(c$id, "kaputt");
}