Module pipe_chain::parser::pktline
source · Expand description
git pktline parser
Enums
- PktLike packet
- PktLine parsing error
Functions
- Extracts PktLine::Delim from bytes
- Extracts PktLine::End from bytes
- Extracts PktLine::Flush from bytes
- Extracts a PktLine from bytes and returns it with the remaining bytes in case of failure an error is returned.