DESCRIPTION
The "Data::Radius::Packet" module provides a methods to encode/decode
RADIUS messages. It can be used to implement both Radius client or
Radius server.
CONSTRUCTOR
new ( secret => SECRET, dict => DICTIONARY )
Create a new object. All arguments are optional. Dictionary is
object of "Data::Radius::Dictionary" which allow to use attribute
names instead of codes. Secret is global secret string, can be
overrided when building a new packet.
request_id ($radius_packet)
Returns request id from packet without parsing it's attribues. Can
be used to choose request authenticator before parsing the response
packet in full.
SEE ALSO
Data::Radius::Constants, Data::Radius::Dictionary
AUTHOR
Sergey Leschenko <sergle.ua at gmail.com>
PortaOne Development Team <perl-radius at portaone.com> is the current
module's maintainer at CPAN.