base/bif/plugins/Zeek_RADIUS.events.bif.zeek
- GLOBAL
- Namespace
GLOBAL
Summary
Events
Generated for each RADIUS attribute. |
|
Generated for RADIUS messages. |
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.
- Parameters
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.
- Parameters
c – The connection.
result – A record containing fields parsed from a RADIUS packet.