Fix formatting of zeek_add_plugin

This commit is contained in:
Benjamin Bannier 2025-03-03 11:04:37 +01:00
parent d3d7c54686
commit 7c456538b4
97 changed files with 452 additions and 826 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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