base/bif/plugins/Bro_RADIUS.events.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_RADIUS.events.bif.bro

Summary

Events

radius_attribute: event Generated for each RADIUS attribute.
radius_message: event 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.

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.

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.