Download List

Projeto Descrição

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 Requirements

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

O formato de arquivo PCAP é suportado, o que permite NetSniff-ng para despejar, ler e reproduzir os traços ou de disco rígido. Muitas opções de impressão novos pacotes foram adicionados, orientada para depuração e engenharia reversa. Adaptação automática NIC IRQ afinidade é feito se NetSniff-ng é obrigado a uma CPU específica. A possibilidade de configurar manualmente o tamanho do anel foi adicionado. POSIX estendido expressão regular compatível com filtragem baseada em conteúdo do pacote foi implementado.
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

Esta menor versão corrige um problema onde, sob condições específicas, netsniff-rx_ring ng pára de receber pacotes. Além disso, os controlos básicos BPF foram adicionados.
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

Esta é principalmente uma versão de correção de bugs e segurança. Um bug no memset que afeta sistemas 32-bit foi corrigido.
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

Melhor usabilidade. Melhor visualização de pacotes. Tweaks Scheduler. Definir afinidade para um processo específico de CPU on demand (via Param). Major refactoring de código. Uma opção para executar netsniff-ng em modo não-bloqueio. correções para pequenos bugs / vazamentos de memória. Ignorância SIGHUP. Um temporizador de alta resolução. PID de saída durante a inicialização. / Verbose modo silencioso agora pode ser ligado e desligado durante a execução através 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

Algumas mudanças menores foram feitas.
Some minor changes were made.

Project Resources