Crate radius_parser

Source
Expand description

§radius-parser

License: MIT Apache License 2.0 Build Status Crates.io Version

§Overview

radius-parser is a parser for the Radius protocol.

This crate mostly serves as a demo/example crate for network protocol parsers written using nom, and nom-derive.

Re-exports§

pub use nom;

Structs§

FramedCompression
This Attribute indicates a compression protocol to be used for the link. It MAY be used in Access-Accept packets. It MAY be used in an Access-Request packet as a hint to the server that the NAS would prefer to use that compression, but the server is not required to honor the hint.
FramedProtocol
FramedRouting
RadiusAttributeType
RadiusCode
RadiusData
ServiceType

Enums§

RadiusAttribute

Functions§

parse_radius_attribute
parse_radius_data