Download List

项目描述

netsniff-ng is a high performance Linux network sniffer for packet inspection. It is similar to analyzers like tcpdump, but without the need to perform system calls for fetching network packets. A memory-mapped area within kernelspace will be used for accessing packets, so there is no requirement for copying them to userspace (a 'zero-copy' mechanism). For this purpose, netsniff-ng is libpcap independent, but nevertheless supports the pcap file format for capturing, replaying, and performing offline analysis of pcap dumps. The project is focused on building a robust, clean, and secure analyzer and utilities that complete netsniff-ng as a support for penetration testing. netsniff-ng can be used for protocol analysis, reverse engineering, and network debugging.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-10-10 03:51
0.5.5.0

在pcap的文件格式的支持,使netsniff - ng来转储,阅读,和重放痕迹,或从硬盘。新的数据包的大量增加了打印选项,调试和逆向工程的目标。网卡的IRQ亲自动适应做,如果是netsniff - ng是绑定到一个特定的CPU。的可能性,以手动设置环的大小增加了。 POSIX兼容的扩展正则表达式的包内容过滤的实现。
The PCAP file format is supported, which enables netsniff-ng to dump, read, and replay traces to or from harddisk. Lots of new packet printing options were added, targeted for debugging and reverse engineering. Automatic NIC IRQ affinity adaption is done if netsniff-ng is bound to a specific CPU. The possibility to manually set up ring size was added. POSIX compatible extended regular expression based filtering of packet content was implemented.

2010-02-18 23:30
0.5.4.2

本次要版本修复了问题,即,在特定条件下,netsniff -议员的rx_ring停止接收数据包。此外,基本BPF的支票已被添加。
This minor release fixes an issue where, under specific conditions, netsniff-ng's rx_ring stops receiving packets. Furthermore, basic BPF checks have been added.

2010-01-03 02:08
0.5.4.1

这主要是一个错误和安全修补程序版本。 memset一个错误影响32位系统已得到修复。
This is principally a bug and security fix release. A bug in memset that affects 32-bit systems has been fixed.

2009-12-31 07:54
0.5.4

更好的可用性。更好的数据包的可视化。调度调整。制定过程的亲和力对需求(通过帕拉姆)特定的CPU。主要的代码重构。一个用于运行netsniff选择在非纳克阻塞模式。小bug的修复/内存泄漏。 SIGHUP信号的无知。高分辨率计时器。启动过程中的PID输出。详细/静音模式,现在可以在运行时切换和关闭通过SIGUSR2。
Better usability. Better packet visualization. Scheduler tweaks. Setting process affinity to a specific CPU on demand (via Param). Major code refactoring. An option for running netsniff-ng in non-blocking mode. fixes for small bugs / memory leaks. SIGHUP ignorance. A high-resolution timer. PID output during startup. Verbose/silent mode can now be switched on and off during runtime via SIGUSR2.

2009-12-08 00:48
0.5.3

有些小的变化了。
Some minor changes were made.

Project Resources