Overview of CICFlowMeter
masterCICFlowMeter is an open-source network traffic flow generator that processes .pcap files to generate bidirectional flows (Biflows). It extracts statistical features from these flows, allowing for separate calculations of time-related features in both the forward (source to destination) and backward (destination to source) directions.
Key capabilities include:
- Generating bidirectional flows based on the first packet's direction.
- Selecting specific features from the existing feature set.
- Adding new custom features.
- Controlling flow timeout durations.
Note on flow termination:
- TCP flows: Typically terminated upon connection teardown (e.g., via a FIN packet).
- UDP flows: Terminated by a flow timeout (which can be configured arbitrarily, e.g., 600 seconds).