Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export pcap data to csv: timestamp, bytes, uplink/downlink, extra info [closed]

Tags:

People also ask

How do I convert PCAP to CSV?

csv file? In Wireshark you need to go to File > Export Packet Disscetions > a "CSV" (Comma Separated Values packet summary) file.

How do I extract information from Wireshark?

In the main menu select File → Export PDUs to File… ​. Wireshark will open a corresponding dialog Figure 5.13, “Export PDUs to File window”. To select the data according to your needs, optionally type a filter value into the Display Filter field.


I was wondering if there is any tool that can parse pcap data and convert it to a csv file with the following information:

timestamp, bytes, uplink/downlink, some extra info..

Basically, the uplink/downlink could be seen by the IP/MAC address, and the extra info is not really needed, but what I mean with that is choose a specific field of a packet for example.

I have been trying some tools but I have not found the suitable one yet. Otherwise I will write a small parser. Thanks in advance!