Accepting request 800075 from home:mnhauke

- Update to version 0.6.7
  * trafgen: reset errno before calling sscanf in str2mac
  * ifpps: fix iface stat parsing if interface name contains
    uppercase characters
  * mausezahn: fix display of missing argument error
  * mausezahn: support -R to set packet priority
  * netsniff-ng: handle various malformed packets in protocol
    dissectors

OBS-URL: https://build.opensuse.org/request/show/800075
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=34
This commit is contained in:
Martin Hauke 2020-05-22 06:28:17 +00:00 committed by Git OBS Bridge
parent 8e3fe743a8
commit 6e3204622e
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7949d38eb5b507700ea0f3c87e9f804d87b43f86ea5de0e961451044c2d3dba2
size 617204

3
netsniff-ng-0.6.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96d85f2d216abcf6ba0ff610809b62c3a6430e21cbdd7bfef48cd9bde074848f
size 617720

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 4 13:49:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.6.7
* trafgen: reset errno before calling sscanf in str2mac
* ifpps: fix iface stat parsing if interface name contains
uppercase characters
* mausezahn: fix display of missing argument error
* mausezahn: support -R to set packet priority
* netsniff-ng: handle various malformed packets in protocol
dissectors
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 7 20:01:07 UTC 2019 - Martin Hauke <mardnh@gmx.de> Thu Nov 7 20:01:07 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package netsniff-ng # spec file for package netsniff-ng
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,12 +18,12 @@
Name: netsniff-ng Name: netsniff-ng
Version: 0.6.6 Version: 0.6.7
Release: 0 Release: 0
Summary: Network Sniffer for Packet Inspection Summary: Network Sniffer for Packet Inspection
License: GPL-2.0-only License: GPL-2.0-only
Group: Productivity/Networking/Diagnostic Group: Productivity/Networking/Diagnostic
Url: http://netsniff-ng.org/ URL: http://netsniff-ng.org/
Source: http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-%{version}.tar.xz Source: http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-%{version}.tar.xz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake