Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problems while exporting to csv

I've a packet trace which I'm trying to export to csv. In this trace, I apply the duration field of the packet as a column. However, when I open the csv file using excel or libre office, this duration field gets corrupted as follows.

Let's say that in wireshark the field was 1688us (microseconds). In the csv file, this gets displayed as 1688\302\265s. I want to know how to get the 1688 value displayed in the csv column and remove the \ and second unit in the end.

To export to csv, I go to File->Export Packet Dissections->As CSV

Can someone please tell me what I might be doing wrong.?