Commits on Source 3

  • Damiano Verzulli's avatar
    ADD counters related to nDPI's "risks" · 491ac51e
    Damiano Verzulli authored
    - ADD a 'risks' property in the _counters object
      to track counters for individual risks as detected
      by nDPI
    491ac51e
  • Damiano Verzulli's avatar
    ADD detailed risky-flows tracking, keyed by "risk" · b7c41144
    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
    b7c41144
  • Damiano Verzulli's avatar
    ADD detailed PROTO tracking, keyed by "proto" · 44a2bd0a
    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
    44a2bd0a
Loading
Loading