Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
212 B
Plaintext

# @TEST-EXEC: zeek -b -C -r $TRACES/tls/chrome-34-google.trace %INPUT
# @TEST-EXEC: btest-diff .stdout
event connection_pending(c: connection)
{
print current_time(), "Connection pending", c$id, c$history;
}