async fn dump(
session: &mut Session,
args: &CaptureArgs,
stats: &mut Stats,
color: bool,
rf: &RfParams,
) -> Result<Stop>Expand description
The receive loop. Only ever returns through an error or through the caller cancelling it.