base/bif/plugins/Zeek_RADIUS.events.bif.zeek¶
-
GLOBAL¶
- Namespace
GLOBAL
Detailed Interface¶
Events¶
-
radius_attribute¶ - Type
event(c:connection, attr_type:count, value:string)
Generated for each RADIUS attribute.
See Wikipedia for more information about RADIUS.
- C
The connection.
- Attr_type
The value of the code field (1 == User-Name, 2 == User-Password, etc.).
- Value
The data/value bound to the attribute.
-
radius_message¶ - Type
event(c:connection, result:RADIUS::Message)
Generated for RADIUS messages.
See Wikipedia for more information about RADIUS.
- C
The connection.
- Result
A record containing fields parsed from a RADIUS packet.