Expand description
Utilities for parsing and serializing PPP packets.
Currently supports parsing and serialization of LCP, IPCP, and IPV6CP packets and their configuration options.
Modules§
- ipv4
- Utilities for parsing and serializing IPCP options.
- ipv6
- Utilities for parsing and serializing IPV6CP options.
- link
- Utilities for parsing and serializing LCP options.
- records
- Utilities for parsing sequential records.
Structs§
- Code
Reject Packet - Wrapper around a parsed on-the-wire code reject packet header and the rest of the packet.
- Code
Reject Packet Builder - Builder for a code reject packet.
- Configuration
Packet - Wrapper around a parsed on-the-wire configuration packet header and the rest of the packet.
- Configuration
Packet Builder - Builder for a configuration packet.
- Control
Protocol Packet - Wrapper around a parsed on-the-wire control protocol header and the rest of the packet.
- Control
Protocol Packet Builder - Builder for a control protocol packet.
- Echo
Discard Packet - Wrapper around a parsed on-the-wire echo-discard packet header and the rest of the packet.
- Echo
Discard Packet Builder - Builder for an echo-discard packet.
- PppPacket
- Wrapper around a parsed on-the-wire PPP header and the rest of the packet.
- PppPacket
Builder - Builder for a PPP packet.
- Protocol
Reject Packet - Wrapper around a parsed on-the-wire protocol reject packet header and the rest of the packet.
- Protocol
Reject Packet Builder - Builder for a protocol reject packet.
- Termination
Packet - Wrapper around a parsed on-the-wire termination packet header and the rest of the packet.
- Termination
Packet Builder - Builder for a termination packet.
Enums§
- Parse
Error - The type of error that occurred while attempting to parse a packet.