Hashes API so far, more of it coming soon. Removed queue.h -> not needed.
[netsniff-ng.git] / debian / control
blobbf0f5de61bf3cf5a04754091eaf63233124ae3b3
1 Source: netsniff-ng
2 Section: net
3 Priority: optional
4 Maintainer: Daniel Borkmann <danborkmann@googlemail.com>
5 Standards-Version: 3.8.4
6 Build-Depends: debhelper (>= 7)
7 Homepage: http://code.google.com/p/netsniff-ng/
9 Package: netsniff-ng
10 Architecture: i386 ia64 alpha amd64 arm armeb armel hppa mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: a high performance network sniffer for packet inspection
13  netsniff-ng is a high performance Linux network sniffer 
14  for packet inspection. It can be used for protocol analysis 
15  and reverse engineering, network debugging, measurement of 
16  performance throughput or network statistics creation of 
17  incoming packets on central network nodes like routers 
18  or firewalls. It works similar to tcpdump, but a 'zero-copy' 
19  mechanism for network packets results in better performance 
20  than libpcap-based sniffers.