Expand description
Per-connection state management.
Tracks a TCP or UDP connection, performs stream reassembly, and (via ConnInfo) manages protocol parser state throughout the duration of the connection.
Developers should not have to directly interact with anything in this module, but it must be public for generated code.
Modules§
- conn_
actions - conn_
state - Management for per-connection state machines.
- tcp_
conn - udp_
conn
Structs§
- Conn
Info - Per-connection. Tracks all subscription-requested
datatypes (
trackeddata). Maintains the State of the connection at each layer, including theActionsto execute when new packets are received. This must be public in order to be accessible by generated filter and update code.