Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: netsniff-ng | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.6.8 | Vendor: openSUSE |
Release: bp156.4.7 | Build date: Wed May 15 07:36:36 2024 |
Group: Productivity/Networking/Diagnostic | Build host: i02-armsrv2 |
Size: 2379935 | Source RPM: netsniff-ng-0.6.8-bp156.4.7.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://netsniff-ng.org/ | |
Summary: Network Sniffer for Packet Inspection |
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: * 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 curve25519-based IP tunnel * astraceroute, an autonomous system (AS) trace route utility
GPL-2.0-only
* Wed Dec 21 2022 Michael Pujos <pujos.michael@gmail.com> - fixed build failure caused by make install failing due to make 4.4 behavior change in target ordering when parrallelism is enabled. For this, -j1 is passed to make install to disable parrallelism * Mon Jan 11 2021 Martin Hauke <mardnh@gmx.de> - Update to version 0.6.8 * Bugfix release * remove "CFLAGS+=-fcommon" * Sun Jun 07 2020 Martin Hauke <mardnh@gmx.de> - Set CFLAGS+=-fcommon * Mon May 04 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 07 2019 Martin Hauke <mardnh@gmx.de> - Do not longer build with support for GeoIP GeoIP has been discontinued by Maxmind. Please see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ for details. Without the database GeoIP is useless. * Thu May 09 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 2018 Cristian Rodríguez <crrodriguez@opensuse.org> - netsniff-ng-ncursesw.patch replaces netsniff-ng-fix-ncurses.diff choose ncurses6w and not ncurses5 for build. * Fri Jan 05 2018 mardnh@gmx.de - Update to version 0.6.4 * DNS header generation in trafgen * Support for dumping proto headers in trafgen * Fixes for dinc()/ddec() to properly respect min/max range and avoid counter corruption * Fixes for NULL pointer dereferences and resource leaks in trafgen * Build fixes for various compiler versions, libc implementations and distributions - Rebase patch: * netsniff-ng-fix-ncurses.diff * Thu Jun 01 2017 mardnh@gmx.de - Use ncurses5-devel instead of ncurses-devel for Tumbleweed * Fri May 26 2017 jengelh@inai.de - Trim filler wording. * Tue Apr 11 2017 mardnh@gmx.de - update to 0.6.3 - Allow to specify packet offsets in trafgen packet header functions. By Vadim Kochan. - Allow trafgen to send packets from pcap file. By Vadim Kochan. - Support trafgen interface without IP address in packet header functions. By Ken Wu. - Various other improvements and cleanups in the packet header functions of trafgen. By Vadim Kochan. - Tab based user interface for flowtop. Introduced a tab for flow statistics per PID. By Vadim Kochan. - Fixed buffer overflow in device_addr2str() causing Linux cooked header dissector to crash. Reported by @jamieparfet, fixed by Tobias Klauser. - Fixed build due to missing GENL_ID_GENERATE if compiling against kernel headers >= 4.10 (see issue #171). Reported by Jaroslav Škarvada (@yarda), fixed by Tobias Klauser. * Mon Nov 07 2016 mardnh@gmx.de - update to 0.6.2 - Many improvements to the trafgen protocol generation functions, e.g. the ability to increment/randomize protocol fields at runtime using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC, and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser. - flowtop UI improvements. From Vadim Kochan. - Packet counting fixes, e.g. to not account for duplicate packets received over the loopüback interface. From Paolo Abeni. - Allow IPv6 ranges to be specified for source and dest addresses in mausezahn. From Tommy Beadle. - Build system improvements, allowing to specify more options to the configure script. See './configure --help' for details. From Vadim Kochan and Tobias Klauser. - Various compilation fixes, e.g. for warnings or build failure certain systems. From Yousong Zhou and arch3y. - Various documentation improvements and fixes. From Vadim Kochan, Hisao Tanabe, and Tobias Klauser. - add patch netsniff-ng-fix-ncurses.diff fix some ncurses related issues during compile time * Tue Mar 22 2016 mardnh@gmx.de - update to 0.6.1 - Newly added trafgen configuration language which allows to specify the packets in a more convenient format. See trafgen(8) for more details on the supported protocols and keywords. - Additional runtime commands for flowtop which allow to toggle/filter display of flows. - Command line options to pass macro definitions to trafgen and bpfc. - Made the build of all netsniff-ng tools reproducible (stable link order). - Fix download of GeoIP databases so the files don't get corrupted. * Sat Nov 07 2015 mardnh@gmx.de - update to 0.6.0 - removed patches (fixed upstream) - netsniff-ng-pkgconfig.diff - netsniff-ng-fix-manpage-perms.diff * Wed Nov 04 2015 mardnh@gmx.de - update to 0.5.9 - fix source-url - removed old patches (upstream no longer use CMake) - netsniff-ng-optflags.patch - netsniff-ng-cmake_pod2man_without_stderr.patch - netsniff-pkgconfig.diff - add patches - netsniff-ng-pkgconfig.diff (handle libnetfilter_conntrack) - netsniff-ng-fix-manpage-perms.diff (fix manpage permissions during install) - now requires libnl-3 - removed all handling for different libnl versions - build against libsodium instead of nacl - ran speccleaner
/etc/netsniff-ng /etc/netsniff-ng/ether.conf /etc/netsniff-ng/geoip.conf /etc/netsniff-ng/oui.conf /etc/netsniff-ng/stddef.h /etc/netsniff-ng/tcp.conf /etc/netsniff-ng/udp.conf /usr/sbin/astraceroute /usr/sbin/bpfc /usr/sbin/curvetun /usr/sbin/flowtop /usr/sbin/ifpps /usr/sbin/mausezahn /usr/sbin/netsniff-ng /usr/sbin/trafgen /usr/share/doc/packages/netsniff-ng /usr/share/doc/packages/netsniff-ng/AUTHORS /usr/share/doc/packages/netsniff-ng/README /usr/share/doc/packages/netsniff-ng/REPORTING-BUGS /usr/share/licenses/netsniff-ng /usr/share/licenses/netsniff-ng/COPYING /usr/share/man/man8/astraceroute.8.gz /usr/share/man/man8/bpfc.8.gz /usr/share/man/man8/curvetun.8.gz /usr/share/man/man8/flowtop.8.gz /usr/share/man/man8/ifpps.8.gz /usr/share/man/man8/mausezahn.8.gz /usr/share/man/man8/netsniff-ng.8.gz /usr/share/man/man8/trafgen.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024