1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
Source: ntopng
Section: net
Priority: optional
Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: coffeescript,
debhelper-compat (= 13),
default-libmysqlclient-dev,
doxygen,
dpkg (>= 1.15.7.2),
libcap-dev,
libcurl4-gnutls-dev,
libhiredis-dev,
libjson-c-dev,
liblua5.3-dev,
libmaxminddb-dev,
libndpi-dev,
libpcap-dev,
librrd-dev,
libsqlite3-dev,
libzmq3-dev,
node-source-map,
uglifyjs,
pkgconf,
python3-breathe,
python3-sphinx,
python3-sphinx-rtd-theme,
libssl-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://www.ntop.org/products/ntop/
Vcs-Git: https://salsa.debian.org/debian/ntopng.git
Vcs-Browser: https://salsa.debian.org/debian/ntopng
Package: ntopng
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
${misc:Depends},
${shlibs:Depends},
ntopng-data (= ${source:Version}),
redis-server (>= 2.6),
Description: High-Speed Web-based Traffic Analysis and Flow Collection Tool
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
What ntopng can do:
* Sort network traffic according to many protocols
* Show network traffic and IPv4/v6 active hosts
* Store on disk persistent traffic statistics in RRD format
* Geolocate hosts
* Discover application protocols by leveraging on nDPI, ntop’s DPI
framework
* Characterise HTTP traffic by leveraging on characterisation services
provided by block.si. ntopng comes with a demo characterisation key, but if
you need a permanent one, please mail info@block.si
* Show IP traffic distribution among the various protocols
* Analyse IP traffic and sort it according to the source/destination
* Display IP Traffic Subnet matrix (who’s talking to who?)
* Report IP protocol usage sorted by protocol type
* Act as a NetFlow/sFlow collector for flows generated by routers (e.g.
Cisco and Juniper) or switches (e.g. Foundry Networks) when used together
with nProbe
* Produce HTML5/AJAX network traffic statistics
Package: ntopng-data
Architecture: all
Multi-Arch: foreign
Depends: fonts-font-awesome,
libjs-bootstrap,
libjs-html5shiv,
libjs-jquery,
libjs-jquery-form,
libjs-jquery-tablesorter,
libjs-jquery-ui,
libjs-rickshaw,
libwireshark-data,
${misc:Depends},
Recommends: ntopng (= ${binary:Version})
Breaks: ntopng (<< 3.2)
Replaces: ntopng (<< 3.2)
Description: High-Speed Web-based Traffic Analysis and Flow Collection Tool (data files)
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
This package contains the architecture independent files for the ntopng
daemon.
Package: ntopng-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libjs-jquery,
libjs-underscore,
sphinx-rtd-theme-common,
${misc:Depends},
Recommends: ntopng (= ${binary:Version})
Breaks: ntopng-data (<< 3.8)
Replaces: ntopng-data (<< 3.8)
Description: High-Speed Web-based Traffic Analysis and Flow Collection Tool (documentation)
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
This package contains the documentation for the ntopng daemon.
|