mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28: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
2 lines
51 B
C++
2 lines
51 B
C++
|
|
event foo_message%(c: connection, data: string%);
|