Structs§
- Body
Data - Cookie
- Flow
- The central data structure representing a captured traffic flow. Designed to support L3/L4 layers initially, with L7 (HTTP) as a specialized layer.
- Http
Layer - Http
Request - Http
Response - Network
Info - Quic
Layer - Response
Timing - TcpLayer
- UdpLayer
- WebSocket
Layer - WebSocket
Message
Enums§
- Direction
- Flow
Update - Enum for Incremental Flow Updates to avoid cloning the entire Flow object
- Layer
- The specific application layer data. Using an enum allows us to support HTTP now, but easily add DNS, WebSocket, or raw TCP streams later without breaking the top-level Flow structure.
- Transport
Protocol
Traits§
- Protocol
Layer - Trait for custom protocol layers to implement