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
|
Source: ndpi
Section: libs
Priority: optional
Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends:
autotools-dev,
debhelper (>= 9.20160114),
dh-exec (>=0.3),
dpkg-dev (>= 1.16.1.1),
libjson-c-dev,
libpcap-dev,
libwireshark-dev,
pkg-config,
Standards-Version: 4.3.0
Homepage: http://www.ntop.org/products/ndpi/
Vcs-Git: https://salsa.debian.org/debian/ndpi.git
Vcs-Browser: https://salsa.debian.org/debian/ndpi
Package: libndpi-dev
Section: libdevel
Architecture: any
Depends: libndpi2.6 (= ${binary:Version}), ${misc:Depends}
Description: extensible deep packet inspection library - development files
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
under the LGPL license, its goal is to extend the original library by adding
new protocols that are otherwise available only on the paid version of
OpenDPI.
.
nDPI has also been modified to be suitable for traffic monitoring
applications, by disabling specific features that slow down the DPI engine
while being them un-necessary for network traffic monitoring.
.
With nDPI, it is possible to both detect known protocols on non-standard ports
(e.g. detect http non ports other than 80), and also the opposite.
.
This package contains the static library and compilation headers.
Package: libndpi2.6
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: extensible deep packet inspection library - shared library
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
under the LGPL license, its goal is to extend the original library by adding
new protocols that are otherwise available only on the paid version of
OpenDPI.
.
nDPI has also been modified to be suitable for traffic monitoring
applications, by disabling specific features that slow down the DPI engine
while being them un-necessary for network traffic monitoring.
.
With nDPI, it is possible to both detect known protocols on non-standard ports
(e.g. detect http non ports other than 80), and also the opposite.
.
This package contains the shared library.
Package: libndpi-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: extensible deep packet inspection library - ndpiReader
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
under the LGPL license, its goal is to extend the original library by adding
new protocols that are otherwise available only on the paid version of
OpenDPI.
.
nDPI has also been modified to be suitable for traffic monitoring
applications, by disabling specific features that slow down the DPI engine
while being them un-necessary for network traffic monitoring.
.
With nDPI, it is possible to both detect known protocols on non-standard ports
(e.g. detect http non ports other than 80), and also the opposite.
.
This package contains the ndpiReader binary.
Package: libndpi-wireshark
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libndpi-bin (>= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: extensible deep packet inspection library - wireshark dissector
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
under the LGPL license, its goal is to extend the original library by adding
new protocols that are otherwise available only on the paid version of
OpenDPI.
.
nDPI has also been modified to be suitable for traffic monitoring
applications, by disabling specific features that slow down the DPI engine
while being them un-necessary for network traffic monitoring.
.
With nDPI, it is possible to both detect known protocols on non-standard ports
(e.g. detect http non ports other than 80), and also the opposite.
.
This package contains the wireshark dissector based on nDPI. The dissector is
installed in the plugin directory for the current wireshark version.
|