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

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
54 lines
1.4 KiB
ReStructuredText
54 lines
1.4 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/input.bif.bro
|
|
======================
|
|
.. bro:namespace:: GLOBAL
|
|
.. bro:namespace:: Input
|
|
|
|
Internal functions and types used by the input framework.
|
|
|
|
:Namespaces: GLOBAL, Input
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Functions
|
|
#########
|
|
=============================================================== =
|
|
:bro:id:`Input::__create_analysis_stream`: :bro:type:`function`
|
|
:bro:id:`Input::__create_event_stream`: :bro:type:`function`
|
|
:bro:id:`Input::__create_table_stream`: :bro:type:`function`
|
|
:bro:id:`Input::__force_update`: :bro:type:`function`
|
|
:bro:id:`Input::__remove_stream`: :bro:type:`function`
|
|
=============================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Functions
|
|
#########
|
|
.. bro:id:: Input::__create_analysis_stream
|
|
|
|
:Type: :bro:type:`function` (description: :bro:type:`Input::AnalysisDescription`) : :bro:type:`bool`
|
|
|
|
|
|
.. bro:id:: Input::__create_event_stream
|
|
|
|
:Type: :bro:type:`function` (description: :bro:type:`Input::EventDescription`) : :bro:type:`bool`
|
|
|
|
|
|
.. bro:id:: Input::__create_table_stream
|
|
|
|
:Type: :bro:type:`function` (description: :bro:type:`Input::TableDescription`) : :bro:type:`bool`
|
|
|
|
|
|
.. bro:id:: Input::__force_update
|
|
|
|
:Type: :bro:type:`function` (id: :bro:type:`string`) : :bro:type:`bool`
|
|
|
|
|
|
.. bro:id:: Input::__remove_stream
|
|
|
|
:Type: :bro:type:`function` (id: :bro:type:`string`) : :bro:type:`bool`
|
|
|
|
|
|
|