diff --git a/netsniff-ng.spec b/netsniff-ng.spec index ff1cade..e734a43 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -2,7 +2,7 @@ Name: netsniff-ng Version: 0.5.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Packet sniffing beast Group: Applications/Internet License: GPLv2 @@ -20,11 +20,20 @@ BuildRequires: nacl-devel %endif %description -netsniff-ng is a high performance Linux network sniffer for packet -inspection. It can be used for protocol analysis, reverse engineering -or network debugging. The gain of performance is reached by 'zero-copy' -mechanisms, so that the kernel does not need to copy packets from -kernelspace to userspace. +netsniff-ng is a high performance Linux network sniffer for packet inspection. +It can be used for protocol analysis, reverse engineering or network +debugging. The gain of performance is reached by 'zero-copy' mechanisms, so +that the kernel does not need to copy packets from kernelspace to userspace. + +netsniff-ng toolkit currently consists of the following utilities: + +* netsniff-ng: the zero-copy sniffer, pcap capturer and replayer itself. +* trafgen: a high performance zero-copy network packet generator. +* ifpps: a top-like kernel networking and system statistics tool. +* curvetun: a lightweight curve25519-based multiuser IP tunnel. +* ashunt: an autonomous system trace route and ISP testing utility. +* flowtop: a top-like netfilter connection tracking tool. +* bpfc: a tiny Berkeley Packet Filter compiler supporting Linux extensions. %prep %setup -q @@ -62,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Mon Sep 3 2012 Jaroslav Škarvada - 0.5.7-6 +- Extended package description according to upstream requirements + * Mon Sep 3 2012 Jaroslav Škarvada - 0.5.7-5 - Fixed license field, the package is licensed under GPLv2, not GPLv2+ - Updated summary & description to be in sync with upstream