mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58: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
8 lines
156 B
Text
8 lines
156 B
Text
PyLib
|
|
=====
|
|
|
|
Embedding Python with a plugin.
|
|
|
|
zeek -e 'Python::run_simple_string("import this")'
|
|
|
|
Mostly to test a link dependency of a builtin plugin.
|