The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Logfile::Radius - Perl module for generating reports from Radius Accounting logfiles

SYNOPSIS

   use Logfile::Radius;

DESCRIPTION

This module is a subclass of the Logfile::Base package by Ulrich Pfeifer. A description on how to pass logfiles to this module and generate reports is available in the Logfile package.

This module has been written to parse Radius Accounting detail files. I only have copies of those generated by the Ascend Radius server, so I don't know if it is compatible with other Radius versions.

In particular I only record Stop type records as they contain the information that is relavent to my analysis. This may change if enough people want the Start records included.

DEPENDANCIES

I overwrite the norm function, to avoid accepting duplicate session ids. This may or may not suit you.

COPYRIGHT

Copyright (c) 1997-98 Paul Gampe. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

Logfile::Base by Ulrich Pfeifer.

AUTHORS

Paul Gampe <paulg@twics.com>