1etherape(1) General Commands Manual etherape(1)
2
3
4
6 etherape - graphical network traffic browser
7
9 etherape [ -m operating mode ] [ -i interface ] [ -f filter ] [ -r
10 inputfile ] [ -n ] [ -d ] [ -F ] [ -N color ] [ -L color ] [ -T color ]
11 -z ]
12
13
15 etherape is a network traffic browser. It displays network activity
16 graphically. It uses GNOME libraries as its user interface, and libp‐
17 cap, a packet capture and filtering library.
18
20 These options can be supplied to the command:
21
22 -m, --mode <ethernet|fddi|ip|tcp>
23 set mode of operation (default is lowest level for current
24 device)
25
26 -i, --interface <interface name>
27 set interface to listen to
28
29 -f, --filter <capture filter>
30 set capture filter
31
32 -r, --infile <file name>
33 set input file
34
35 -n, --numeric
36 don't convert addresses to names
37
38 -d, --diagram-only
39 don't display any node text identification
40
41 -F, --no-fade
42 do not fade old links
43
44 -N, --node-color <color>
45 set the node color
46
47 -L, --link-color <color>
48 set the link color
49
50 -T, --text-color <color>
51 set the text color
52
53 -z, --zero-delay
54 ignores timestamps when replaying a capture file.
55
56 -?, --help
57 show a brief help message
58
60 Etherape will use /etc/ethers if there is one. If not, it will try to
61 reverse lookup the ip address.
62
63 IMPORTANT! It is particularly important when running in ethernet mode
64 to have the ethernet address of your router in /etc/ethers. If not,
65 your router will have as name whatever IP address it was forwarding
66 traffic from when it was first heard.
67
68
70 The etherape webpage is at http://etherape.sourceforge.net/
71
72
74 Juan Toledo <toledo@users.sourceforge.net>
75
76
77
78
79 Etherape Manual Page etherape(1)