-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
87 lines (62 loc) · 2.76 KB
/
README
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
81
82
83
84
85
86
87
General Information
------- -----------
EtherApe is a network traffic browser. It displays network activity
graphically. It uses GNOME libraries as it's user interface, and
libpcap, a packet capture and filtering library.
EtherApe started as an etherman clone, but now it has some unique
features. It can run in "interape" mode with -m ip, and in
"tcp-ape" mode with -m tcp. Expect more modes to come soon.
EtherApe will use /etc/ethers if there is one. If not, it will
try to reverse lookup the ip address.
IMPORTANT! It is particularly important when running EtherApe
to have the ethernet address of your router in /etc/ethers.
If not, your router will have as name whatever IP address
it was forwarding traffic from when it was first heard.
Check the NEWS file for the latest developments, and
etherape --help for the current set of options.
You will have to have superuser privileges in order to use this
program, as is the case with any libpcap based application.
If you are not running on a high-color or better display, you
might want to use the --no-fade option.
Note: EtherApe is being _actively_ developed: I tend to release
daily. If you liked the program, I suggest you take a look at
the webpage and look for the latest version.
Installation:
-------------
Please read the INSTALL file for installation instructions.
Brief summary:
# ./configure
# make install
By default, binaries will be copied to /usr/local/sbin
You may uninstall later by running
# make uninstall
You will also find information on how to build a debian package
in the INSTALL file.
Porting:
--------
EtherApe has been compiled in at least:
* Linux: Debian 2.2, Slackware 4.0 and 7.0, RedHat 6.1,
modified linuxppc 1999, Debian m68k
* NetBSD 1.4T (i386)
* Sparc Solaris 7 with gcc 2.95.2
EtherApe should probably compile and run in other Unix-like OS. If
you manage to compile it in a configuration other than the ones
listed, please post it to the mailing list
<etherape-users@lists.sourceforge.net> No need to subscribe.
Further information:
--------------------
See the EtherApe web page at
http://etherape.sourceforge.net/
Subscribe to the EtherApe mailing list. To subscribe, point your
browser to http://lists.sourceforge.net/mailman/listinfo/etherape-users
To post a message, mail to 'etherape-users@lists.sourceforge.net'
Be advised that emails sent to me will always be replied to the
list, and bcc'ed to you as an attempt to minimise the number
of times I have to answer a question. Being so you might as
well write to the list directly. :-)
To receive a message whenever a new version of EtherApe is
available, go to http://sourceforge.net/project/?group_id=2712 and
click on the "Monitor this module" link.
See README.bugs for instructions on how to send a bug report.
--
$Id$