mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Add missing .pac dependencies for some binpac analyzer targets.
This commit is contained in:
parent
9bc411ebb0
commit
5af997b32b
6 changed files with 28 additions and 8 deletions
|
@ -7,5 +7,5 @@ bro_plugin_begin(Bro SSH)
|
|||
bro_plugin_cc(SSH.cc Plugin.cc)
|
||||
bro_plugin_bif(types.bif)
|
||||
bro_plugin_bif(events.bif)
|
||||
bro_plugin_pac(ssh.pac ssh-analyzer.pac ssh-protocol.pac)
|
||||
bro_plugin_pac(ssh.pac ssh-analyzer.pac ssh-protocol.pac consts.pac)
|
||||
bro_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue