mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This includes a minor change to the docs .typos.toml file to not change the string 'tpe' to 'type'.
9 lines
247 B
CMake
9 lines
247 B
CMake
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
|
|
|
project(ZeekPluginConnKeyVxlanVniFivetuple)
|
|
|
|
include(ZeekPlugin)
|
|
|
|
zeek_add_plugin(
|
|
Zeek ConnKey_Vxlan_Vni_Fivetuple
|
|
SOURCES src/Factory.cc src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)
|