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 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

PCAP 파일 형식은 어떤 netsniff 단추로 덤프 읽기 및 재생 추적을하거나 하드 디스크에서 겨 가능, 지원됩니다. 새로운 패킷 인쇄 옵션가 많이 디버깅 및 리버스 엔지니어링을위한 타겟이 추가되었습니다. netsniff - 겨가 특정 CPU에 바인딩하는 경우 자동으로 NIC에의 IRQ 친화 adaption이 완료됩니다. 수동 링 크기를 설정하는 가장 가능성이 추가되었습니다. 패킷 기반의 컨텐츠 필터링 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

이것은 주로 버그 및 보안 수정 프로그램 릴리스입니다. 32에 영향을 미치는 memset에서 버그 비트 시스템이 수정되었습니다.
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

더 나은 가용성. 더 나은 패킷을 시각화. 스케줄러 개조하면 되겠어. 수요 Param ()를 통해 특정 CPU에 프로세스가 친근감을 설정합니다. 주요 코드를 리팩토링. netsniff 실행하기위한 옵션이 아닌 창조적 모드 차단. 작은 버그에 대한 수정 / 메모리 누수. 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