GLOBAL
Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_RADIUS.events.bif.bro |
radius_attribute : event |
Generated for each RADIUS attribute. |
radius_message : event |
Generated for RADIUS messages. |
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. |