High Performance Network Sniffer for Packet Inspection
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.
The netsniff-ng toolkit consists of the following utilities:
* netsniff-ng, a fast 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
* astraceroute, an autonomous system (AS) trace route utility
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / netsniff-ng
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/netsniff-ng && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
netsniff-ng-0.6.2.tar.xz | 0000575252 562 KB | |
netsniff-ng-fix-ncurses.diff | 0000001279 1.25 KB | |
netsniff-ng.changes | 0000004891 4.78 KB | |
netsniff-ng.spec | 0000003361 3.28 KB |
Revision 20 (latest revision is 43)
- 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
Comments 0