| Class | Description |
|---|---|
| StatisticsFlow |
The class
StatisticsFlow represents a network flow used for calculating statistics, which is based on 5-tuple: - local IP address - remote IP address - local transport layer port - remote transport layer port - transport layer protocol |
| StatisticsPacket |
The class
StatisticsPacket is the implementation of a packet used for statistical purposes. |
| StatisticsStatistics |
The class
StatisticsStatistics is responsible for writing calculated statistical information to an external text file. |
| VbsStatistics |
The class
VbsStatistics is responsible for generating statistics from flows contained in the MySQL database. |
| Exception | Description |
|---|---|
| HugePacketException |
The class
HugePacketException represents an exception thrown when the flow contains a packet larger than 1500 B. |