Accepting request 701838 from home:mnhauke
- Update to version 0.6.6 * implement rotating capture files in netsniff-ng * fixed '--in -' to work again with STDIN in trafgen * fixed -t 0 option to use sendto in trafgen * checksum calculation for ICMP and TCP in astraceroute * fix for reading mirrors from file in astraceroute * use GZIP_ENV instead of GZIP in build system * fixed manpage warnings * added error handling for mismatched address families in mausezahn. - Update to version 0.6.5 * add DCCP support to netsniff-ng * fix segfault in mausezahn * add date format strings to --out in netsniff-ng * restore handling of raw hex string passed in on command line in mausezahn * support ICMPv6 checksums in trafgen * improve random mac address generation in mausezahn * man page updates and reformatting OBS-URL: https://build.opensuse.org/request/show/701838 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=30
This commit is contained in:
parent
3895d6f09e
commit
c9f84337ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd67150e0954b7079b6d0c72fb0ef1f34091357ad559b45c68e8752376bdc307
|
||||
size 584120
|
3
netsniff-ng-0.6.6.tar.xz
Normal file
3
netsniff-ng-0.6.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7949d38eb5b507700ea0f3c87e9f804d87b43f86ea5de0e961451044c2d3dba2
|
||||
size 617204
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 19:17:57 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.6.6
|
||||
* implement rotating capture files in netsniff-ng
|
||||
* fixed '--in -' to work again with STDIN in trafgen
|
||||
* fixed -t 0 option to use sendto in trafgen
|
||||
* checksum calculation for ICMP and TCP in astraceroute
|
||||
* fix for reading mirrors from file in astraceroute
|
||||
* use GZIP_ENV instead of GZIP in build system
|
||||
* fixed manpage warnings
|
||||
* added error handling for mismatched address families in mausezahn.
|
||||
|
||||
- Update to version 0.6.5
|
||||
* add DCCP support to netsniff-ng
|
||||
* fix segfault in mausezahn
|
||||
* add date format strings to --out in netsniff-ng
|
||||
* restore handling of raw hex string passed in on command line in
|
||||
mausezahn
|
||||
* support ICMPv6 checksums in trafgen
|
||||
* improve random mac address generation in mausezahn
|
||||
* man page updates and reformatting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 19:18:00 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package netsniff-ng
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: netsniff-ng
|
||||
Version: 0.6.4
|
||||
Version: 0.6.6
|
||||
Release: 0
|
||||
Summary: Network Sniffer for Packet Inspection
|
||||
License: GPL-2.0-only
|
||||
@ -80,8 +80,8 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
|
||||
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README REPORTING-BUGS
|
||||
%license COPYING
|
||||
%doc AUTHORS README REPORTING-BUGS
|
||||
%dir %{_sysconfdir}/netsniff-ng
|
||||
%config(noreplace) %{_sysconfdir}/netsniff-ng/*
|
||||
%{_sbindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user