/usr/share/doc/nast/README is in nast 0.2.0-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | ============================================================================
Nast - Network Analyzer Sniffer Tool
README
============================================================================
Required libraries:
===================
Libnet 1.1.1 (*)
Libpcap 0.8.1 (**)
(Pthread support)
(*) www.packetfactory.net/libnet
(**) www.tcpdump.org
Raccomanded libraries:
======================
Libncurses (*)
(*) www.gnu.org/software/ncurses/ncurses.html
Installation:
=============
1) tar xvfz nast-x.y.z.tar.gz (*)
2) cd nast-x.y.z
3) ./configure (./configure --help for help)
4) make (make help for help)
5) make install (you must be root if you want to install in default prefix)
Read accepted options with "nast -h" and run with "nast [options]".
If you need help use manpage (nast(8)).
(*) x.y.z is the release version.
Ncurses, even they aren't necessary, are STRONGLY recommended for a better use
of the plugins, specially TCP stream and byte counting!
Use:
====
The use of Nast under shell is quite easy and the man page should be enought.
The use of Nast with Ncurses graphical interface is a little bit more complex,
so you should read the README_NCURSES for avoid problems (press "h" for
runtime help)!
Disclaimer:
===========
There is no warranty, expressed or implied, associated with this tool.
Use at your OWN risk.
License:
========
GNU GENERAL PUBLIC LICENSE
see COPYING file for details.
Contact:
========
Website: http://nast.berlios.de
CVS: http://www.spine-group.org/cgi-bin/cvsweb.cgi/
Newsletter: http://lists.berlios.de/mailman/listinfo/nast-news
Email: Embyte <embyte@madlab.it> or Snifth <snifth@box.it>
Bug:
====
Please report bug to Authors.
|