| Package | Description |
|---|---|
| databaseHandler | |
| datastructure | |
| flowGenerator | |
| packetCapturer | |
| performanceMonitor | |
| socketMonitor |
| Class and Description |
|---|
| SQLiteDB
The class
SQLiteDB implements interface to the database. |
| Class and Description |
|---|
| CapturedPacket
The class
CapturedPacket represents a packet captured from the network. |
| Class and 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 |
| 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 |
| Class and Description |
|---|
| CapturedPacket
The class
CapturedPacket represents a packet captured from the network. |
| Class and Description |
|---|
| PerformanceInfo
The class
PerformanceInfo is responsible for storing information about
single performance measurement. |
| Class and Description |
|---|
| 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 |