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

12 lines
177 B
Plaintext

#
# @TEST-EXEC: zeek -b %INPUT
event zeek_init()
{
local x: connection;
x$uid = "uid";
Reporter::conn_weird("foo", x);
print "done";
}