Loading
Commits on Source 3
-
Damiano Verzulli authored
- ADD a 'risks' property in the _counters object to track counters for individual risks as detected by nDPI
-
Damiano Verzulli authored
Other then counted (as already implemented), risky flows are tracked by related "risk", so that it's possible to easily retrieve the list of flow-ids related to a specific "risk" - a new "show risk map" has been added to the CLI - a new "/fetchriskmap" has been added as a web-service - related business logic have been added in "parser.js" Also: - a useless ws.send has been removed from websocket service layer
-
Damiano Verzulli authored
A detailed map of nDPI's detected PROTOs is kept tracked so to be served via CLI (show proto map) or via web-services. This means the frontend can easily report it as well - a new "show proto map" has been added to CLI - a new "/fetchprotomap" web-services has been added - related business-logic have been added to parser.js