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§
- Parser
Registry - The set of application-layer protocol parsers required to fulfill the subscription.
Enums§
- Parsing
State - Session
Proto - Supported session (encapsulated in L4 connection) Includes possibility for nested protocols