zeek/doc/scripts/base/bif/plugins/Bro_SteppingStone.events.bif.bro.rst
Jon Siwek 7e9d48f532 Remove broxygen Sphinx integration
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.
2018-12-18 10:15:22 -06:00

57 lines
1.6 KiB
ReStructuredText

:tocdepth: 3
base/bif/plugins/Bro_SteppingStone.events.bif.bro
=================================================
.. bro:namespace:: GLOBAL
:Namespace: GLOBAL
Summary
~~~~~~~
Events
######
=============================================== ==============================================
:bro:id:`stp_correlate_pair`: :bro:type:`event` Event internal to the stepping stone detector.
:bro:id:`stp_create_endp`: :bro:type:`event` Deprecated.
:bro:id:`stp_remove_endp`: :bro:type:`event` Event internal to the stepping stone detector.
:bro:id:`stp_remove_pair`: :bro:type:`event` Event internal to the stepping stone detector.
:bro:id:`stp_resume_endp`: :bro:type:`event` Event internal to the stepping stone detector.
=============================================== ==============================================
Detailed Interface
~~~~~~~~~~~~~~~~~~
Events
######
.. bro:id:: stp_correlate_pair
:Type: :bro:type:`event` (e1: :bro:type:`int`, e2: :bro:type:`int`)
Event internal to the stepping stone detector.
.. bro:id:: stp_create_endp
:Type: :bro:type:`event` (c: :bro:type:`connection`, e: :bro:type:`int`, is_orig: :bro:type:`bool`)
Deprecated. Will be removed.
.. bro:id:: stp_remove_endp
:Type: :bro:type:`event` (e: :bro:type:`int`)
Event internal to the stepping stone detector.
.. bro:id:: stp_remove_pair
:Type: :bro:type:`event` (e1: :bro:type:`int`, e2: :bro:type:`int`)
Event internal to the stepping stone detector.
.. bro:id:: stp_resume_endp
:Type: :bro:type:`event` (e: :bro:type:`int`)
Event internal to the stepping stone detector.