mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +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.
57 lines
1.6 KiB
ReStructuredText
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.
|
|
|
|
|