# This file was automatically generated by bifcl from /Users/jon/tmp/bro-2.5.5/src/analyzer/protocol/radius/events.bif (plugin mode). ## Generated for RADIUS messages. ## ## See `Wikipedia `__ for more ## information about RADIUS. ## ## c: The connection. ## ## result: A record containing fields parsed from a RADIUS packet. ## export { global radius_message: event(c: connection , result: RADIUS::Message ); ## 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. ## global radius_attribute: event(c: connection , attr_type: count , value: string ); } # end of export section module GLOBAL;