zeek/doc/scripting/connection_record_02.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
123 B
Plaintext

@load base/protocols/conn
@load base/protocols/http
event connection_state_remove(c: connection)
{
print c;
}