Module retina_core::protocols::stream
source · Expand description
Types for parsing and manipulating stream-level network protocols.
Any protocol that requires parsing over multiple packets within a single connection or flow is considered a “stream-level” protocol, even if it is a datagram-based protocol in the traditional-sense.
Modules§
- DNS transaction parsing.
- HTTP transaction parsing.
- QUIC protocol parser.
- TLS handshake parsing.
Structs§
- The set of application-layer protocol parsers required to fulfill the subscription.