Nicolò Maio
Nicolò Maio
OTH should be 'Attempted' instead of 'Established'?
By default on VS the CIDR put is /32 when the Host is IPv4 > In all the dialogs a default value should be put. /24 is not a default...
Currently, when you run a CVE scan for the first time, and if the host has many CVEs detected, ntopng will call a REST API endpoint to retrieve scores for...
This is not a problem. Currently, the CVE scan type is slower due to the retrieval of the CVE score through the REST call.
Verified the implementation.
Implemented in the PRO repo by 19ee327f14bbc6fb0ad07faf83c2c7e027a2e4bc and 5beb0be6f5a1396a7199dffa5b192a675d3c599f
Proposal: Create an enum in the Flow class like the following: `Enum ConnectionState { NO_STATE, S0, S1, … }` In the Flow::updateTcpFlags method, a method named 'calculateConnectionState' will use the...
The described states must be divided into major groups: 1. Connection Attempted (**Attempted**) [**S0**, **REJ**, **RSTOS0**, **RSTRH**, **SH**, **SHR**, **OTH**] 3. Connection Established (**Established**) [**S1**] 4. Connection Closed (**Closed**) [**SF**,...
Fixed by a6862ed0dee1a6f3d5cb07af329e14f33e76753f
Hi @dlk3 I'm running the configurations as you have suggested, but no logs are coming out. Could you please update to the latest version and try again?