mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Adding a test building a file analyzer plugin.
Also cleaning up, and moving, the other plugin tests.
This commit is contained in:
parent
55de5c60f4
commit
c24bb9cacd
28 changed files with 203 additions and 2336 deletions
20
testing/btest/Baseline/plugins.bifs-and-scripts/output
Normal file
20
testing/btest/Baseline/plugins.bifs-and-scripts/output
Normal file
|
@ -0,0 +1,20 @@
|
|||
Demo::Foo - Caesar cipher rotating a string's characters by 13 places. (dynamic, version 1.0)
|
||||
[Event] plugin_event
|
||||
[Function] hello_plugin_world
|
||||
|
||||
===
|
||||
plugin: automatically loaded at startup
|
||||
calling bif, Hello from the plugin!
|
||||
===
|
||||
plugin: automatically loaded at startup
|
||||
calling bif, Hello from the plugin!
|
||||
plugin: manually loaded
|
||||
=-=
|
||||
=-=
|
||||
===
|
||||
plugin: automatically loaded at startup
|
||||
calling bif, Hello from the plugin!
|
||||
===
|
||||
plugin: automatically loaded at startup
|
||||
calling bif, Hello from the plugin!
|
||||
plugin: manually loaded
|
Loading…
Add table
Add a link
Reference in a new issue