ldap: Use longer event names

It's unusual to compress and shorten event names of protocol analyzers,
switch to a slightly longer name instead.
This commit is contained in:
Arne Welzel 2023-10-19 10:47:00 +02:00
parent fb31ad0c6e
commit e1864ec131
3 changed files with 25 additions and 25 deletions

View file

@ -258,7 +258,7 @@ event LDAP::message(c: connection,
}
#############################################################################
event LDAP::searchreq(c: connection,
event LDAP::search_request(c: connection,
message_id: int,
base_object: string,
scope: LDAP::SearchScope,
@ -296,7 +296,7 @@ event LDAP::searchreq(c: connection,
}
#############################################################################
event LDAP::searchres(c: connection,
event LDAP::search_result(c: connection,
message_id: int,
object_name: string) {
@ -306,7 +306,7 @@ event LDAP::searchres(c: connection,
}
#############################################################################
event LDAP::bindreq(c: connection,
event LDAP::bind_request(c: connection,
message_id: int,
version: int,
name: string,