Find a file
emanuele-f 925c7ea417 Fix nedge crash on factory reset and subsequent crash on reloadPrefs
0x00000000004489b2 in Redis::get (this=0x831370,
    key=0x574594 "ntopng.user.admin.password",
    rsp=0x834c00 "\030\323\037\365\377\177", rsp_len=131052, cache_it=false)
    at src/Redis.cpp:259
0x000000000044a9fc in Redis::setDefaults (this=0x831370) at src/Redis.cpp:719
0x000000000044ac0d in Redis::flushDb (this=0x831370) at src/Redis.cpp:757
0x00000000004752e5 in ntop_flush_redis (vm=0x40000378) at src/Lua.cpp:1948

==18227== Invalid free() / delete / delete[] / realloc()
==18227==    at 0x4C2E10B: free (vg_replace_malloc.c:530)
==18227==    by 0x153431: Prefs::refreshLanWanInterfaces() (Prefs.cpp:1543)
==18227==    by 0x15035A: Prefs::reloadPrefsFromRedis() (Prefs.cpp:557)
==18227==    by 0x137DA7: Redis::checkDumpable(char const*) (Redis.cpp:206)
2018-04-19 20:01:10 +02:00
attic Updated (C) to 2018 2018-03-22 21:59:42 +01:00
contrib Fixes spellings and typos 2017-03-06 17:54:48 +01:00
doc Added Influx and Prometheus support in ntopng 2018-04-17 17:23:00 +02:00
docker Updated docker container information 2016-03-19 12:07:08 +01:00
httpdocs Search mac into SNMP port cache when an exact mac address is provided in host search bar 2018-04-03 23:30:14 +02:00
include Fix nedge crash on factory reset and subsequent crash on reloadPrefs 2018-04-19 20:01:10 +02:00
packages Adds dh_installdebconf to copy debconf template 2018-03-21 12:38:23 +01:00
scripts Fix attempt to call global 'hasAlertsDisabled' (a nil value) in shutdown.lua 2018-04-19 10:12:38 +02:00
snappy Add missing files. 2016-08-04 15:01:05 -04:00
src Fix nedge crash on factory reset and subsequent crash on reloadPrefs 2018-04-19 20:01:10 +02:00
third-party Disables makes Lua VALGRING support optional 2018-04-16 16:23:44 +02:00
tmp Disabled experimental code 2016-01-26 01:05:32 +01:00
tools Support remote fritzbox access in fritzdump script 2018-04-01 20:39:46 +02:00
.gitignore Add nEdge documentation 2018-03-29 11:50:30 +02:00
.travis.yml Adds travis nDPI branch 2.2.2-stable 2018-04-16 20:05:58 +02:00
autogen.sh Bump to version 3.2.2 2018-03-29 19:15:15 +02:00
CHANGELOG.md Update CHANGELOG.md 2018-04-17 18:49:13 +02:00
config.guess Optimized preferences redis read 2015-05-27 00:35:28 +02:00
configure.seed Checks for libcurl version >= 7.20.0 for SMTP 2018-04-05 14:41:43 +02: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 Handles compilation of nIndex and zstd 2018-02-15 11:22:27 +01:00
ntopng.8 Fixes for Redis socket connections 2018-03-07 14:38:55 +01:00
README.md Fixed link 2017-04-06 15:42:38 +02:00
snapcraft.yaml Add missing files. 2016-08-04 15:01:05 -04:00

ntop ntop

ntopng

Build Status

Introduction

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.md 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
  • RaspberryPI/BeagleBoard ARM (based on Ubuntu Linux)
  • Ubiquity Networks EdgeRouter (MIPS)

Enjoy.