zeek/testing/btest/scripts/base/protocols/conn/new_connection_contents.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
201 B
Plaintext

# @TEST-EXEC: zeek -b -r $TRACES/irc-dcc-send.trace %INPUT
# @TEST-EXEC: btest-diff .stdout
event new_connection_contents(c: connection)
{
print fmt("new_connection_contents for %s", cat(c$id));
}