/// Serializable packet capture format for recording and replaying sessions.
/// Wrap a transport to record all packets to a capture file.
/// Replay a previously captured session for deterministic testing.
/// TCP transport with VT01 framing and session cipher.
/// WebSocket transport over TLS.
use crateError;
use Bytes;