~ubuntu-branches/ubuntu/hardy/nast/hardy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2004-02-17 22:14:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040217221421-f1h39tzviblbp2lh
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

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