docs: add pointer for further reading
[netsniff-ng.git] / README
blob6249c9eba254fc357f1d01c67c533898e06c94f5
1 //////////////////////////////////////////////////////////////////////////////
3                     netsniff-ng - the packet sniffing beast
5 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
6                                          .      .
7 netsniff-ng is a free, performant       /(      )\
8 Linux network analyzer and            .' {______} '.
9 networking toolkit. If you will,       \ ^,    ,^ /
10 the Swiss army knife for network        |'O\  /O'|   _.<0101011>--
11 packets.                                > `'  '` <  /
12                                         ) ,.==., (  |
13 Release: 2012-06-29                  .-(|/--~~--\|)-'
14                                     (      ___
15 Web: http://netsniff-ng.org          \__.=|___E 
17 The gain of performance is reached by zero-copy mechanisms, so that on packet
18 reception and transmission the kernel does not need to copy packets from kernel
19 space to user space and vice versa.
21 The netsniff-ng toolkit can be used for network development and analysis,
22 debugging, auditing or network reconnaissance. It currently consists of the
23 following utilities:
25   * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
26   * trafgen: a zero-copy network packet generator
27   * ifpps: a top-like kernel networking and system statistics tool
28   * curvetun: a lightweight curve25519-based multiuser IP tunnel
29   * astraceroute: an autonomous system trace route and DPI testing utility
30   * flowtop: a top-like netfilter connection tracking tool
31   * bpfc: a tiny Berkeley Packet Filter compiler with Linux extensions
33 Have a look at the Documentation/ folder for further information, also at known
34 issues under Documentation/KnownIssues.
36 The netsniff-ng toolkit is an Open Source project covered by the GNU General 
37 Public License. For any questions or feedback about netsniff-ng you are welcome
38 to leave us a message to <workgroup@netsniff-ng.org> or to our mailing list
39 at <netsniff-ng@googlegroups.com> (Note: you have to register first).
40 netsniff-ng is purely non-profit and provided in the hope, that it is found
41 useful. The current project status can be considered as "working". In general,
42 all tools have been tested by us to a great extend including their command-line
43 options. In fact, many of our tools are used in production systems. However, we
44 give no guarantee that our tools are free of bugs! If you spot some issues,
45 contact us as described in REPORTING-BUGS. Also, have a look at our FAQ [2] for
46 answering your questions. This project has received support from institutions
47 listed in Documentation/Sponsors.
49 Happy packet hacking!
51 [1] http://netsniff-ng.org/
52 [2] http://netsniff-ng.org/faq.html