mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28: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
748 B
ReStructuredText
36 lines
748 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/plugins/Bro_GSSAPI.events.bif.bro
|
|
==========================================
|
|
.. bro:namespace:: GLOBAL
|
|
|
|
|
|
:Namespace: GLOBAL
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Events
|
|
######
|
|
============================================== =========================================
|
|
:bro:id:`gssapi_neg_result`: :bro:type:`event` Generated for GSSAPI negotiation results.
|
|
============================================== =========================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Events
|
|
######
|
|
.. bro:id:: gssapi_neg_result
|
|
|
|
:Type: :bro:type:`event` (c: :bro:type:`connection`, state: :bro:type:`count`)
|
|
|
|
Generated for GSSAPI negotiation results.
|
|
|
|
|
|
:c: The connection.
|
|
|
|
|
|
:state: The resulting state of the negotiation.
|
|
|
|
|
|
|