mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Run pre-commit on the imported docs files
This commit is contained in:
parent
adce4e604a
commit
946bebf786
7 changed files with 43 additions and 57 deletions
|
@ -5,10 +5,5 @@ project(ZeekPluginConnKeyVxlanVniFivetuple)
|
|||
include(ZeekPlugin)
|
||||
|
||||
zeek_add_plugin(
|
||||
Zeek
|
||||
ConnKey_Vxlan_Vni_Fivetuple
|
||||
SOURCES
|
||||
src/Factory.cc
|
||||
src/Plugin.cc
|
||||
SCRIPT_FILES scripts/__load__.zeek
|
||||
)
|
||||
Zeek ConnKey_Vxlan_Vni_Fivetuple
|
||||
SOURCES src/Factory.cc src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)
|
||||
|
|
|
@ -5,9 +5,5 @@ project(ZeekPluginEventLatency)
|
|||
include(ZeekPlugin)
|
||||
|
||||
zeek_add_plugin(
|
||||
Zeek
|
||||
EventLatency
|
||||
SOURCES
|
||||
src/Plugin.cc
|
||||
SCRIPT_FILES scripts/__load__.zeek
|
||||
)
|
||||
Zeek EventLatency
|
||||
SOURCES src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue