* Tool
CICFlowmeter

* Link 
https://www.unb.ca/cic/research/applications.html
https://github.com/ahlashkari/CICFlowMeter

* Description
CICFlowMeter is a network traffic flow generator and analyser.
It can be used to generate bidirectional flows, where the first packet determines the forward (source to destination) and backward (destination to source) directions, hence more than 80 statistical network traffic features such as Duration, Number of packets, Number of bytes, Length of packets, etc. can be calculated separately in the forward and backward directions.
Within the VARIoT project, CICFlowmeter provides about 80 statistical network traffic features.

* Usage
Command line options:

CICFlowmeter is used in convert mode, where it is given a pcap as an input. The command is the following:

root@host:~# convert -d /path/to/output/folder -k /path/to/input/pcap

-d /path/to/output/folder => output folder for calculated statistical features
-k /path/to/input/pcap => input pcap file

* Output
A csv file created by CICFlowmeter

