Expand description
Core data types shared across all parsing levels.
Structs§
- Frame
- A single frame from the dump file (Level 1 output).
- Mime
Part - A single part from a multipart MIME body.
- Parse
Stats - Byte-level parse coverage statistics.
- Parsed
SipMessage - A fully parsed SIP message (Level 3 output).
- SipMessage
- A reassembled SIP message (Level 2 output).
- Unparsed
Region - A contiguous region of the input that was not parsed into a frame.
Enums§
- Direction
- Whether a frame was received or sent by FreeSWITCH.
- SipMessage
Type - SIP request or response first line.
- Skip
Reason - Why a region of the input stream was not parsed into a frame.
- Skip
Tracking - Controls how much detail the parser records about unparsed regions.
- Timestamp
- Frame timestamp, either time-only or full date+time.
- Transport
- SIP transport protocol as reported in the frame header.