rysavy-ondrej / ethanol

An experimental environment for context-based flow artifact analysis.
1 stars 0 forks source link

Unify input flow data from various source #34

Open rysavy-ondrej opened 9 months ago

rysavy-ondrej commented 9 months ago

Different sources may present flow data in different ways. For example, flowmon-json usually has some form of bi-directional flow, although there may be some unidirectional flows in the data. On the other hand, ipfixcol-json consists only of unidirectional flow data.

So some cleaning and flow pairing is required as IpFlow should represent bidirectional flows --- connections.