Find a file
Arianna Avanzini ad0ea8a2ec src/FlowsManager.cpp: implement very basic SQL-like parser
This commit implements in the FlowsManager class a very basic parser
for SQL-like fixed-format strings, which allows for better flexibility.
This is a first step towards delegating to Lua scripts the construction
of the SQL statement.
2015-06-14 14:43:01 +02:00
contrib Initial import from SVN 2015-04-30 12:22:35 +02:00
doc Updated README.md: added packages information 2015-05-31 19:09:59 +02:00
httpdocs d3.v3.js: library refresh 2015-05-26 16:27:33 +02:00
include src/FlowsManager.cpp: implement very basic SQL-like parser 2015-06-14 14:43:01 +02:00
packages Changes for Ubuntu packages on non-embedded platforms 2015-06-13 18:35:38 +02:00
scripts Updated about message box 2015-06-13 17:26:11 +02:00
src src/FlowsManager.cpp: implement very basic SQL-like parser 2015-06-14 14:43:01 +02:00
third-party Win32 fixes. 2015-05-24 09:40:52 +02:00
tools Initial import from SVN 2015-04-30 12:22:35 +02:00
.gitattributes Added css to the list of files to ignore in github stats 2015-05-01 19:50:36 +02:00
.gitignore Warning fix 2015-05-23 20:11:09 +02:00
.travis.yml Travis build changes 2015-05-07 10:13:38 +02:00
autogen.sh Moving towards 2.0 2015-05-30 17:31:30 +02:00
config.guess Optimized preferences redis read 2015-05-27 00:35:28 +02:00
configure.seed ntopng doesn't compile with clang at the moment, so no point testing for it 2015-06-12 07:43:02 +01:00
COPYING Initial import from SVN 2015-04-30 12:22:35 +02:00
LICENSE Initial commit 2015-04-30 12:07:16 +02:00
Makefile.in Changes related to building and installing ntopng from source - including fix for OpenBSD's lack of -ldl 2015-06-02 12:44:31 +01:00
ntopng.8 Various optimizations for malware flow categorization (-c) 2015-05-28 19:04:03 +02:00
README.md Updated README.md: added packages information 2015-05-31 19:09:59 +02:00

ntopng

ntopng is a web-based network traffic monitoring application released under GPLv3. It is the new incarnation of the original ntop written in 1998, and now revamped in terms of performance, usability, and features.

While you can read more about ntopng on the ntop web site (http://www.ntop.org), we suggest you to start reading the doc/README.ntopng file for learning how to compile and use ntopng.

If instead of source code you prefer to use a pre-built package, please go to http://packages.ntop.org

We build binary packages for the following platforms:

  • Ubuntu Linux Server x64
  • CentOS/RedHat Linux x64
  • Windows x64
  • BeagleBoard ARM (based on Ubuntu Linux)
  • Ubiquity Networks EdgeRouter (MIPS)

Enjoy.