pub fn replay_dispatch(
bytes: &[u8],
packet_index: u64,
) -> Result<DispatchDescriptor, AqlParseError>Expand description
Replay parser on captured bytes (no live host pointers required).
pub fn replay_dispatch(
bytes: &[u8],
packet_index: u64,
) -> Result<DispatchDescriptor, AqlParseError>Replay parser on captured bytes (no live host pointers required).