Skip to main content

Module flow

Module flow 

Source

Structs§

BodyData
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.
HttpLayer
HttpRequest
HttpResponse
NetworkInfo
QuicLayer
ResponseTiming
TcpLayer
UdpLayer
WebSocketLayer
WebSocketMessage

Enums§

Direction
FlowUpdate
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.
TransportProtocol

Traits§

ProtocolLayer
Trait for custom protocol layers to implement