build: minor: do announcement before tagging
[netsniff-ng.git] / README
blobfdf591fb24c2d5880c7e76fd1ca3e55e24621fe1
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 Web: http://netsniff-ng.org          .-(|/--~~--\|)-'
14                                     (      ___
15 The gain of performance is           \__.=|___E 
16 reached by built-in zero-copy
17 mechanisms, so that on packet reception and transmission the kernel does not
18 need to copy packets from kernel space to user space, and vice versa.
20 The netsniff-ng toolkit's primary usage goal is to facilitate a network
21 developer's / hacker's daily Linux plumbing. It can be used for network
22 development, debugging, analysis, auditing or network reconnaissance. It
23 consists of the following fixed set of utilities:
25   * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
26   * trafgen: a multithreaded low-level zero-copy network packet generator
27   * mausezahn: high-level packet generator for HW/SW appliances with Cisco-CLI
28   * ifpps: a top-like kernel networking and system statistics tool
29   * curvetun: a lightweight curve25519-based multiuser IP tunnel
30   * astraceroute: an autonomous system trace route and DPI testing utility
31   * flowtop: a top-like netfilter connection tracking tool
32   * bpfc: a Berkeley Packet Filter compiler with Linux extensions
34 Have a look at the Documentation/ folder for further information, also at known
35 issues under Documentation/KnownIssues. Carefully read the INSTALL document for
36 the next steps in building netsniff-ng. Note that the toolkit is still quite
37 young and under heavy development, not yet feature complete and in a quality
38 level where we're satisfied with (i.e. for mausezahn). However, we're on a good
39 way towards tackling all these goals.
41 The netsniff-ng toolkit is an open source project covered by the GNU General 
42 Public License, version 2.0. For any questions or feedback about netsniff-ng
43 you are welcome to leave us a message at <netsniff-ng@googlegroups.com>.
45 netsniff-ng is non-profit and provided in the hope, that it is found useful.
46 The current project status can be considered as "working". In general, all tools
47 have been tested by us to a great extend including their command-line options.
48 In fact, many of our tools are used in a lot of production systems. However, we
49 give no guarantee that our tools are free of bugs! If you spot some issues,
50 contact us as described in REPORTING-BUGS. Also, have a look at our FAQ [2] for
51 answering your questions. This project has received support from companies and
52 institutions listed in Documentation/Sponsors. Thanks for contributing, we're
53 thrilled to provide you with netsniff-ng!
55 Happy packet hacking!
57   [1] http://netsniff-ng.org/
58   [2] http://netsniff-ng.org/faq.html