mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
|
type Foo_Message(is_orig: bool) = record {
|
|
data: bytestring &restofdata;
|
|
};
|