docs: fixed path to geoip script
[netsniff-ng.git] / README
blobcb361a8ff6bd418d976c195956f31e1b168c02fe
1 //////////////////////////////////////////////////////////////////////////////
3                     netsniff-ng - the packet sniffing beast
5 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
7                                       .      .
8                                      /(      )\
9                                    .' {______} '.
10                                     \ ^,    ,^ /
11  netsniff-ng is a free, performant   |'O\  /O'|   _.<0101011>--
12  Linux network analyzer and          > `'  '` <  /
13  networking toolkit.                 ) ,.==., (  |
14                                     (|/--~~--\|)-'
15  Release: 2011-xx-xx               /
16                                   (      ___
17  Web: http://netsniff-ng.org       \__.=|___E
19 The gain of performance is reached by zero-copy mechanisms, so that on packet
20 reception and transmission the kernel does not need to copy packets from kernel
21 space to user space and vice versa.
23 For this purpose, the netsniff-ng toolkit is libpcap independent (note: libpcap
24 starting from 1.0.0 also supports zero-copy for capturing), but nevertheless
25 supports the pcap file format for capturing, replaying and performing
26 offline-analysis of pcap dumps. Furthermore, we are focussing on building a
27 robust and clean analyzer and utilities that complete netsniff-ng as a support
28 for network development, debugging or network reconnaissance.
30 The netsniff-ng toolkit [1] currently consists of the following utilities:
32   * netsniff-ng: the zero-copy sniffer, pcap capturer and replayer itself
33   * warp: an address resolution protocol relay utility (todo)
34   * trafgen: a high performance zero-copy network packet generator
35   * ifpps: a top-like kernel networking and system statistics tool
36   * curvetun: a lightweight curve25519-based multiuser IP tunnel
37   * ashunt: an autonomous system trace route and ISP testing utility
38   * flowtop: a top-like netfilter connection tracking tool
39   * bpfc: a tiny Berkeley Packet Filter compiler supporting Linux extensions
41 The netsniff-ng toolkit is an Open Source project covered by the GNU General 
42 Public License. For any questions or feedback about netsniff-ng you are welcome
43 to leave us a message to <workgroup@netsniff-ng.org> or to our mailing list
44 at <netsniff-ng@googlegroups.com> (Note: you have to register first). This
45 project is purely non-commercial and will always stay that way! The current
46 project status can be considered as "working". In general, all tools have been
47 tested by us to a great extend including their command-line options. In fact,
48 many of our tools are used in production systems. However, we give no guarantee
49 that our tools are free of bugs! If you spot some issues, contact us as
50 described in REPORTING-BUGS.
52 Also, have a look at our FAQ [2] for answering your questions. Furthermore,
53 we have a development blog [3] where we sometimes drop some interesting things
54 or news for the outside world! A public repository of the old stable releases
55 can be found here [4].
57 Happy packet hacking!
59 [1] http://netsniff-ng.org/
60 [2] http://netsniff-ng.org/faq.html
61 [3] http://dev.netsniff-ng.org/
62 [4] http://pub.netsniff-ng.org/