base/protocols/radius/main.bro
-
RADIUS
Implements base functionality for RADIUS analysis. Generates the radius.log file.
Summary
Events
RADIUS::log_radius: event |
Event that can be handled to access the RADIUS record as it is sent on
to the loggin framework. |
Detailed Interface
Options
-
RADIUS::expiration_interval
-
The amount of time we wait for an authentication response before
expiring it.
Events
-
RADIUS::log_radius
-
Event that can be handled to access the RADIUS record as it is sent on
to the loggin framework.
Functions
-
RADIUS::expire
-
Logs an authentication attempt if we didn’t see a response in time.
T: | A table of Info records. |
Idx: | The index of the connection$radius table corresponding to the
radius authentication about to expire. |
Returns: | 0secs, which when this function is used as an
&expire_func, indicates to remove the element at
idx immediately. |