Fix uses of bro.pac to use zeek.pac

This commit is contained in:
Tim Wojtulewicz 2020-08-25 16:12:50 -07:00
parent ece65ceff6
commit adcf99b25e
132 changed files with 898 additions and 909 deletions

View file

@ -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});
}