From ed8538f45b11f691e37299ad4d2f7897403955eefb468d1fac1e6acd77ec1abf Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 26 May 2017 19:46:38 +0000 Subject: [PATCH] Accepting request 498444 from home:jengelh:branches:network:utilities tcpdump does mmap too, so nothing special to see here OBS-URL: https://build.opensuse.org/request/show/498444 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=22 --- netsniff-ng.changes | 5 +++++ netsniff-ng.spec | 23 ++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/netsniff-ng.changes b/netsniff-ng.changes index 14ef16a..529b260 100644 --- a/netsniff-ng.changes +++ b/netsniff-ng.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 26 10:24:39 UTC 2017 - jengelh@inai.de + +- Trim filler wording. + ------------------------------------------------------------------- Tue Apr 11 13:35:18 UTC 2017 - mardnh@gmx.de diff --git a/netsniff-ng.spec b/netsniff-ng.spec index cc9d505..d8978d5 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -20,7 +20,7 @@ Name: netsniff-ng Version: 0.6.3 Release: 0 -Summary: High Performance Network Sniffer for Packet Inspection +Summary: Network Sniffer for Packet Inspection License: GPL-2.0+ Group: Productivity/Networking/Diagnostic Url: http://netsniff-ng.org/ @@ -48,27 +48,24 @@ BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -netsniff-ng is a high performance Linux network sniffer for packet inspection. -Basically, it is similar to tcpdump, but it doesn't need syscalls for fetching -packets. Instead, it uses an memory mapped area within kernel space for -accessing packets without the need of copying them to userspace ('zero-copy' -mechanism). It can be used for protocol analysis and reverse engineering, -network debugging, measurement of performance throughput, or network statistics -creation of incoming packets on central network nodes like routers or -firewalls. +netsniff-ng is a network sniffer for packet inspection. It is similar +to tcpdump, and likewise uses a memory mapped area for accessing +packets. It can be used for protocol analysis and reverse +engineering, network debugging, measurement of performance +throughput, or network statistics creation of incoming packets on +central network nodes like routers or firewalls. -The netsniff-ng toolkit consists of the following utilities: +The netsniff-ng toolkit consists of the following utilities: -* netsniff-ng, a fast zero-copy analyzer, pcap capturing and replaying tool +* netsniff-ng, a zero-copy analyzer, pcap capturing and replaying tool * trafgen, a multithreaded low-level zero-copy network packet generator * mausezahn, high-level packet generator for HW/SW appliances with Cisco-CLI * bpfc, a Berkeley Packet Filter compiler, Linux BPF JIT disassembler * ifpps, a top-like kernel networking statistics tool * flowtop, a top-like netfilter connection tracking tool -* curvetun, a lightweight curve25519-based IP tunnel +* curvetun, a curve25519-based IP tunnel * astraceroute, an autonomous system (AS) trace route utility - %prep %setup -q %patch0 -p1