mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fix uses of bro.pac to use zeek.pac
This commit is contained in:
parent
ece65ceff6
commit
adcf99b25e
132 changed files with 898 additions and 909 deletions
|
@ -383,8 +383,8 @@ refine connection RDP_Conn += {
|
|||
|
||||
if ( rdp_begin_encryption )
|
||||
{
|
||||
zeek::BifEvent::enqueue_rdp_begin_encryption(bro_analyzer(),
|
||||
bro_analyzer()->Conn(),
|
||||
zeek::BifEvent::enqueue_rdp_begin_encryption(zeek_analyzer(),
|
||||
zeek_analyzer()->Conn(),
|
||||
${method});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue