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

7 lines
97 B
Plaintext

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