Skip to main content

Module stream

Module 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
DNS transaction parsing.
http
HTTP transaction parsing.
quic
QUIC protocol parser.
ssh
SSH handshake parsing.
tls
TLS handshake parsing.

Structs§

ParserRegistry
The set of application-layer protocol parsers required to fulfill the subscription.

Enums§

ParsingState
SessionProto
Supported session (encapsulated in L4 connection) Includes possibility for nested protocols

Constants§

IMPLEMENTED_PROTOCOLS