mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Name LDAP::Message
and LDAP::Search
*Info
This commit is contained in:
parent
9b02b93889
commit
c43bc52e18
3 changed files with 14 additions and 16 deletions
|
@ -10,12 +10,12 @@
|
|||
#
|
||||
# @TEST-DOC: Test LDAP analyzer with small trace using logging policies.
|
||||
|
||||
hook LDAP::log_policy(rec: LDAP::Message, id: Log::ID, filter: Log::Filter)
|
||||
hook LDAP::log_policy(rec: LDAP::MessageInfo, id: Log::ID, filter: Log::Filter)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
hook LDAP::log_policy_search(rec: LDAP::Search, id: Log::ID,
|
||||
hook LDAP::log_policy_search(rec: LDAP::SearchInfo, id: Log::ID,
|
||||
filter: Log::Filter)
|
||||
{
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue