saveDataCsv

open fun saveDataCsv(uri: Any, filterPortnum: Int? = null)(source)

Export all persisted packet data to a CSV file at the given URI.

Parameters

uri

The destination URI for the CSV file.

filterPortnum

If provided, only packets with this port number will be exported.