mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Without this, Zeekygen won't generate documentation about exported enum types as it can not resolve the identifier. Also, only register a type as item with the Spicy plugin if there's no _module_info currently active.
39 lines
783 B
Text
39 lines
783 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
.. _plugin-foo-bar:
|
|
|
|
Foo::Bar
|
|
--------
|
|
|
|
Just a "test" analyzer.h
|
|
|
|
Components
|
|
++++++++++
|
|
|
|
:zeek:enum:`Analyzer::ANALYZER_SPICY_SSH`
|
|
|
|
Types
|
|
+++++
|
|
|
|
.. zeek:type:: SSH::Compression
|
|
|
|
:Type: :zeek:type:`enum`
|
|
|
|
.. zeek:enum:: SSH::Compression_NONE SSH::Compression
|
|
|
|
.. zeek:enum:: SSH::Compression_ZLIB SSH::Compression
|
|
|
|
.. zeek:enum:: SSH::Compression_Undef SSH::Compression
|
|
|
|
|
|
Events
|
|
++++++
|
|
|
|
.. zeek:id:: ssh::banner
|
|
:source-code: <...>/zeekygen.zeek 17 17
|
|
|
|
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, facility: :zeek:type:`count`, severity: :zeek:type:`count`, msg: :zeek:type:`string`)
|
|
|
|
Test event.
|
|
|
|
Really, just a test ...
|
|
|