| 1 | initial version |
To export to a CSV file:
In Wireshark, you can export the visible columns to a CSV file by selecting Export Packet Dissections > As CSV....
In TShark, you can export particular fields to a CSV file by using -T fields, -e to specify the fields to export, and -E to control the format (for example, -E separator=, to use a comma as the separator).