pub fn export_file(
input: &Path,
opts: &ExportOptions,
) -> Result<ExportReport, ExportError>Expand description
Export all packets from input to a single output (convenience wrapper
around export_multi for backward compatibility).
ยงErrors
Returns ExportError on I/O failure, format detection failure, or
serialisation error.