mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() This adds two example plugins within testing/builtin-plugins/Files: * protocol-plugin copied over from testing/btest/plugins/protocol-plugin * py-lib-plugin that embeds Python to have a dependency on an external shared library which was already available in CI and fun to use, too. Closes #2837 |
||
---|---|---|
.. | ||
plugin | ||
scripts | ||
CMakeLists.txt | ||
README | ||
VERSION |
PyLib ===== Embedding Python with a plugin. zeek -e 'Python::run_simple_string("import this")' Mostly to test a link dependency of a builtin plugin.