zeek/scripts/base/protocols/radius
Seth Hall 623ebea655 Rework the RADIUS base script.
- This fixes BIT-1769 by logging all requests even in the absence of a
   reply.  The way that request and replying matching were being handled
   was restructured to mostly ignore the transaction ids because they
   aren't that helpful for network monitoring and it makes the script
   structure more complicated.
 - Add `framed_addr` field to the radius log to indicate if the radius
   server is hinting at an address for the client.
 - Add `ttl` field to indicate how quickly the radius server is replying
   to the network access server.
 - Fix a bunch of indentation inconsistencies.
2017-02-20 00:07:14 -05:00
..
__load__.bro Merge remote-tracking branch 'origin/topic/vladg/radius' 2014-02-14 11:26:13 -08:00
consts.bro Merge remote-tracking branch 'origin/topic/vladg/radius' 2014-02-14 11:26:13 -08:00
main.bro Rework the RADIUS base script. 2017-02-20 00:07:14 -05:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00

Support for RADIUS protocol analysis.