NAME
rad-dump - Dump a RADIUS packet payload into a human readable form
SYNOPSIS
rad-dump --dictionary dictfile [--secret secret] dump-file
DESCRIPTION
This tool is used to convert the payload of a RADIUS packet stored in dump-file into a human readable form, suitable for simple inspections.
The following options are supported (Options can be shortened - See Getopt::Long(3)):
- --dictionary dictfile...
-
Specifies one or more dictionary files to use for decoding the supplied packet. Those dictionaries may be required for derived tests to work properly (ie, match the expected attribute names and/or values).
- --secret secret
-
If a secret is given, the packet authenticator is verified.
- --help
-
Shows this documentation, then exits.
LICENSE AND WARRANTY
This code and all accompanying software comes with NO WARRANTY. You use it at your own risk.
This code and all accompanying software can be used freely under the same terms as Perl version 5.8.6 itself.
AUTHOR
Luis E. Muñoz <luismunoz@cpan.org>
SEE ALSO
perl(1), Getopt::Long(3), Net::Radius::Packet(3), Net::Radius::Dictionary(3).
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 147:
Non-ASCII character seen before =encoding in 'Muñoz'. Assuming UTF-8