.TH etherape 1 "EtherApe Manual Page" "" .SH NAME etherape \- graphical network traffic browser .SH SYNOPSIS .B etherape [ .B -d ] [ .B -f filter ] [ .B --final-export outfile ] [ .B --glade-file gladefile ] [ .B -i interface ] [ .B -l maxnodes ] [ .B -m operating mode ] [ .B --max-delay delay ] [ .B --min-delay delay ] [ .B -n ] [ .B -q ] [ .B -r inputfile ] [ .B -s ] [ .B --signal-export outfile ] .SH DESCRIPTION .PP .B EtherApe 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. .SH OPTIONS .PP These options can be supplied to the command: .TP .BR "-d, --diagram-only" don't display any node text identification .TP .BR "-f, --filter " "" set capture filter .TP .BR "--final-export " "" when replaying, export to named file at end of replay .TP .BR "--glade-file " "" uses the named libglade file to load interface instead of the default. .TP .BR "-i, --interface " "" set interface to listen to .TP .BR "-l, --node-limit " "" sets the maximum number of node visible .TP .BR "-m, --mode " "" set mode of operation (default is ip) .TP .BR "--max-delay " "" caps timestamps to the provided delay when replaying a capture file. .TP .BR "--min-delay " "" provides a minimum to inter-packet delay when replaying a capture file. .TP .BR "-n, --numeric" don't convert addresses to names, disables name resolution. .TP .BR "-q" disables informational messages. .TP .BR "-r, --replay-file " "" sets input file to replay .TP .BR "-s" Place nodes using an alternate algorithm. .B Deprecated. .TP .BR "--signal-export " "" if specified, enables signal USR1 handling. On receiving USR1, EtherApe will dump its state to the named XML file. Beware! the file will be overwritten without asking! .TP .BR "-?, --help" show a brief help message .SH SIGNALS .TP .BR "USR1" on receipt of signal USR1, and if enabled with --signal-export, EtherApe will dump its state to the chosen xml file. Beware! the file will be overwritten without asking! .SH ENVIRONMENT VARIABLES .TP .BR "APE_DEBUG=" "normal|info|debug" controls debug output verbosity. Debug informations are printed on standard output. .SH FILES Etherape will use .I /etc/ethers if there is one to convert MAC addresses to names and .I /etc/services to associate TCP/UDP port numbers to protocol names. .SH SEE ALSO .PP The EtherApe webpage at .UR http://etherape.sourceforge.net/ .SH AUTHORS Juan Toledo .PP Riccardo Ghetta