zeek/scripts/policy/protocols
Johanna Amann 3e4f67e67c Move Conn::set_conn() from connection_state_remove to new_connection
c$conn is often needed for connection events, but it being established
in connection_state_removed can be a problem because event handlers have
to remember to call Con::set_conn().

This commit moves to call Conn::set_conn() in new_connection.

Addresses GH-4202

update logs
2025-07-29 09:11:57 +01:00
..
conn Move Conn::set_conn() from connection_state_remove to new_connection 2025-07-29 09:11:57 +01:00
dhcp Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
dns Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
ftp Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
http Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
krb Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
modbus Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
mysql Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
rdp Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
smb Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
smtp Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
ssh Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
ssl Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00