mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix formatting of zeek_add_plugin
This commit is contained in:
parent
d3d7c54686
commit
7c456538b4
97 changed files with 452 additions and 826 deletions
|
@ -1,8 +1,4 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
FileDataEvent
|
||||
SOURCES
|
||||
DataEvent.cc
|
||||
Plugin.cc
|
||||
INCLUDE_DIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
Zeek FileDataEvent
|
||||
SOURCES DataEvent.cc Plugin.cc
|
||||
INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
FileEntropy
|
||||
SOURCES
|
||||
Entropy.cc
|
||||
Plugin.cc
|
||||
BIFS
|
||||
events.bif)
|
||||
Zeek FileEntropy
|
||||
SOURCES Entropy.cc Plugin.cc
|
||||
BIFS events.bif)
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
FileExtract
|
||||
SOURCES
|
||||
Extract.cc
|
||||
Plugin.cc
|
||||
BIFS
|
||||
events.bif
|
||||
functions.bif)
|
||||
Zeek FileExtract
|
||||
SOURCES Extract.cc Plugin.cc
|
||||
BIFS events.bif functions.bif)
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
FileHash
|
||||
SOURCES
|
||||
Hash.cc
|
||||
Plugin.cc
|
||||
BIFS
|
||||
events.bif)
|
||||
Zeek FileHash
|
||||
SOURCES Hash.cc Plugin.cc
|
||||
BIFS events.bif)
|
||||
|
|
|
@ -1,15 +1,5 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
PE
|
||||
SOURCES
|
||||
PE.cc
|
||||
Plugin.cc
|
||||
BIFS
|
||||
events.bif
|
||||
PAC
|
||||
pe.pac
|
||||
pe-analyzer.pac
|
||||
pe-file-headers.pac
|
||||
pe-file-idata.pac
|
||||
pe-file.pac
|
||||
pe-file-types.pac)
|
||||
Zeek PE
|
||||
SOURCES PE.cc Plugin.cc
|
||||
BIFS events.bif
|
||||
PAC pe.pac pe-analyzer.pac pe-file-headers.pac pe-file-idata.pac pe-file.pac pe-file-types.pac)
|
||||
|
|
|
@ -1,16 +1,5 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
X509
|
||||
SOURCES
|
||||
X509Common.cc
|
||||
X509.cc
|
||||
OCSP.cc
|
||||
Plugin.cc
|
||||
BIFS
|
||||
events.bif
|
||||
types.bif
|
||||
functions.bif
|
||||
ocsp_events.bif
|
||||
PAC
|
||||
x509-extension.pac
|
||||
x509-signed_certificate_timestamp.pac)
|
||||
Zeek X509
|
||||
SOURCES X509Common.cc X509.cc OCSP.cc Plugin.cc
|
||||
BIFS events.bif types.bif functions.bif ocsp_events.bif
|
||||
PAC x509-extension.pac x509-signed_certificate_timestamp.pac)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue