From b7be32393a729d657d2f5d825546a289596ddde2dcf82641f5e79af0a71f8806 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 5 Apr 2019 22:45:45 +0000 Subject: [PATCH] Accepting request 690051 from home:mnhauke:security - Update to version 2.8 New Supported Protocols and Services * Added Modbus over TCP dissector Improvements * Wireshark Lua plugin compatibility with Wireshark 3 * Improved MDNS dissection * Improved HTTP response code handling * Full dissection of HTTP responses Fixes * Fixed false positive mining detection * Fixed invalid TCP DNS dissection * Releasing buffers upon realloc failures * ndpiReader: Prevents references after free * Endianness fixes * Fixed IPv6 HTTP traffic dissection * Fixed H.323 detection Other * Disabled ookla statistics which need to be improved * Support for custom protocol files of arbitrary length * Update radius.c to RFC2865 OBS-URL: https://build.opensuse.org/request/show/690051 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/ndpi?expand=0&rev=9 --- ndpi-2.6.tar.gz | 3 --- ndpi-2.8.tar.gz | 3 +++ ndpi.changes | 24 ++++++++++++++++++++++++ ndpi.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 ndpi-2.6.tar.gz create mode 100644 ndpi-2.8.tar.gz diff --git a/ndpi-2.6.tar.gz b/ndpi-2.6.tar.gz deleted file mode 100644 index eeb8e5f..0000000 --- a/ndpi-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efdfb68940385b18079920330528978765dc2a90c8163d10f63301bddadbf91e -size 19754504 diff --git a/ndpi-2.8.tar.gz b/ndpi-2.8.tar.gz new file mode 100644 index 0000000..811b8ba --- /dev/null +++ b/ndpi-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98def4d0e43818317b20e2887ce500b2d6a5a9c8ddb28cf57ae51caae0f33cc +size 19754226 diff --git a/ndpi.changes b/ndpi.changes index a94bd81..c5cd5e6 100644 --- a/ndpi.changes +++ b/ndpi.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Mar 30 09:53:01 UTC 2019 - Martin Hauke + +- Update to version 2.8 + New Supported Protocols and Services + * Added Modbus over TCP dissector + Improvements + * Wireshark Lua plugin compatibility with Wireshark 3 + * Improved MDNS dissection + * Improved HTTP response code handling + * Full dissection of HTTP responses + Fixes + * Fixed false positive mining detection + * Fixed invalid TCP DNS dissection + * Releasing buffers upon realloc failures + * ndpiReader: Prevents references after free + * Endianness fixes + * Fixed IPv6 HTTP traffic dissection + * Fixed H.323 detection + Other + * Disabled ookla statistics which need to be improved + * Support for custom protocol files of arbitrary length + * Update radius.c to RFC2865 + ------------------------------------------------------------------- Sun Feb 24 15:00:58 UTC 2019 - schwab@suse.de diff --git a/ndpi.spec b/ndpi.spec index 13f39f2..344288b 100644 --- a/ndpi.spec +++ b/ndpi.spec @@ -23,12 +23,12 @@ %define sover 2 Name: ndpi -Version: 2.6 +Version: 2.8 Release: 0 Summary: Extensible deep packet inspection library +# wireshark/ndpi.lua is GPL-3.0-or-later License: LGPL-3.0-only Group: Development/Libraries/C and C++ -# wireshark/ndpi.lua is GPL-3.0-or-later URL: https://github.com/ntop/nDPI Source: https://github.com/ntop/nDPI/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # FIXME: Upstream makefile is broken