ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.18k stars 648 forks source link

Add support for Top Sites when collecting from nProbe #6703

Closed cardigliano closed 2 years ago

cardigliano commented 2 years ago

Top Sites are currently available when processing traffic from a live interface as it uses nDPI callbacks (see processDetectedProtocolData -> incrVisitedWebSite). Support for collected flow information should be added to make it work also over ZMQ.

MatteoBiscosi commented 2 years ago

Implemented as requested