|
NAMEetherape - graphical network traffic browserSYNOPSISetherape [ -d ] [ -f filter ] [ --final-export outfile ] [ --glade-file interfacefile ] [ -i interface ] [ -l maxnodes ] [ -m operating mode ] [ --max-delay delay ] [ --min-delay delay ] [ -n ] [ -P column file ] [ -q ] [ -r inputfile ] [ -s ] [ --signal-export outfile ] [ -Z user ]DESCRIPTIONEtherApe is a network traffic browser. It displays network activity graphically. It uses GNOME libraries as its user interface, and libpcap, a packet capture and filtering library.OPTIONSThese options can be supplied to the command:
COLUMN POSITIONINGWith option -P|--position EtherApe reads a file specifying positions of some nodes. The input file takes the format of: node.mydomain.com 1 router1.mydomain.com 2 router2.mydomain.com 2 172.16.2.[0-9]* 1 .*.mydomain.com 1 ff02:.* 2 fe80:.* 1The first column is a regex of either the FQDN or the IP address. The second column is a number indicating the "column" that the node will be positioned in the display with column 1 being on the far left. Up to 1000 columns are permitted. Instead of being arranged in a circle the nodes are displayed in columns. This is quite useful for arranging nodes so that you can see nodes on the "inside" of your network on the left and the public internet nodes (anything not specified in the config file) on the right. The input file above will cause 3 columns to display. Nodes with FQDN containing mydomain.com, those in the 172.16.2.0/24 subnet, and link local IPv6 addresses will be in the left column. 2 "routers", and IPv6 multicast will be in the center column and everything else will be in the right column. Column locations are determined by the first match while searching from the top of the input. Overlapping regex's can be used with the understanding that the first match will determine the location. The broadest regex's should be near the bottom of the position specification. SIGNALS
ENVIRONMENT VARIABLES
FILESEtherape will use /etc/ethers if there is one to convert MAC addresses to names and /etc/services to associate TCP/UDP port numbers to protocol names.SEE ALSOThe EtherApe webpage at http://etherape.sourceforge.io/AUTHORSJuan Toledo <toledo@users.sourceforge.net>Riccardo Ghetta <bchiara@users.sourceforge.net>
Visit the GSP FreeBSD Man Page Interface. |