Reputation: 11
I need to convert a file from PCAP format to CSV format. Furthermore, I also need to select only some packets (e.g. only the tcp or only the modbus) to export in CSV. Any solutions? Thx!
Upvotes: 1
Views: 11069
Reputation: 2958
Wireshark can output dissected packets as .csv file.
You can do it with tshark as well if you prefer console. See @RossJacobs comment
Upvotes: 2