File: README

package info (click to toggle)
etherape 0.9.21-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,208 kB
  • sloc: ansic: 11,665; sh: 4,913; makefile: 151; sed: 16
file content (60 lines) | stat: -rw-r--r-- 1,778 bytes parent folder | download
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
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.


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 is developed on Linux, but should probably compile and run in other Unix-like OS. 


Further information:
--------------------

See the EtherApe web page at
https://etherape.sourceforge.io/

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.