Expand description
Level 1: frame boundary detection and header parsing.
Structs§
- Frame
Iterator - Level 1 streaming parser: splits raw dump bytes into
Frames.
Enums§
- Parse
Error - Errors produced during frame parsing (Level 1) and SIP parsing (Level 3).
Functions§
- is_
frame_ header - Check if data at given position looks like a valid frame header start.
Used to validate
\x0B\nboundaries. - parse_
frame_ header - Parse a frame header line from
&[u8].