| Class | Description |
|---|---|
| CapturedPacket |
The class
CapturedPacket represents a packet captured from the network. |
| Flow |
The class
Flow represents a network flow based on 5-tuple: - local IP address - remote IP address - local transport layer port - remote transport layer port - transport layer protocol |
| PerformanceInfo |
The class
PerformanceInfo is responsible for storing information about
single performance measurement. |
| SocketInfo |
The class
SocketInfo stores information about one system socket: - socket id, calculated based on 5-tuple - timestamp when the socket was noticed - local IP address - remote IP address - local transport layer port - remote transport layer port - transport layer protocol - application name associated with the socket |
| SQLiteDB |
The class
SQLiteDB implements interface to the database. |