mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18: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
|
@ -6,5 +6,5 @@ bro_plugin_begin(Bro RDP)
|
|||
bro_plugin_cc(RDP.cc Plugin.cc)
|
||||
bro_plugin_bif(events.bif)
|
||||
bro_plugin_bif(types.bif)
|
||||
bro_plugin_pac(rdp.pac rdp-analyzer.pac rdp-protocol.pac)
|
||||
bro_plugin_pac(rdp.pac rdp-analyzer.pac rdp-protocol.pac ../asn1/asn1.pac)
|
||||
bro_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue