ldap: Add spicy-events.zeek

This commit is contained in:
Arne Welzel 2023-10-18 12:40:02 +02:00
parent 2389f6f6c5
commit fb31ad0c6e
4 changed files with 102 additions and 10 deletions

View file

@ -113,16 +113,6 @@ export {
# to the logging framework.
global log_ldap: event(rec: LDAP::MessageInfo);
global log_ldap_search: event(rec: LDAP::SearchInfo);
# Event called for each LDAP message (either direction)
global LDAP::message: event(c: connection,
message_id: int,
opcode: LDAP::ProtocolOpcode,
result: LDAP::ResultCode,
matched_dn: string,
diagnostic_message: string,
object: string,
argument: string);
}
redef record connection += {