mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08: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.
36 lines
811 B
ReStructuredText
36 lines
811 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/plugins/Bro_InterConn.events.bif.bro
|
|
=============================================
|
|
.. bro:namespace:: GLOBAL
|
|
|
|
|
|
:Namespace: GLOBAL
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Events
|
|
######
|
|
================================================== ===========
|
|
:bro:id:`interconn_remove_conn`: :bro:type:`event` Deprecated.
|
|
:bro:id:`interconn_stats`: :bro:type:`event` Deprecated.
|
|
================================================== ===========
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Events
|
|
######
|
|
.. bro:id:: interconn_remove_conn
|
|
|
|
:Type: :bro:type:`event` (c: :bro:type:`connection`)
|
|
|
|
Deprecated. Will be removed.
|
|
|
|
.. bro:id:: interconn_stats
|
|
|
|
:Type: :bro:type:`event` (c: :bro:type:`connection`, os: :bro:type:`interconn_endp_stats`, rs: :bro:type:`interconn_endp_stats`)
|
|
|
|
Deprecated. Will be removed.
|
|
|
|
|