Skip to main content

Module frame

Module frame 

Source
Expand description

Level 1: frame boundary detection and header parsing.

Structs§

FrameIterator
Level 1 streaming parser: splits raw dump bytes into Frames.

Enums§

ParseError
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\n boundaries.
parse_frame_header
Parse a frame header line from &[u8].