This is a very simple Gnome Panel Applet, wich displays total recieved and sent 
bytes over ppp or pptp connection.

This is 0.0.1 version, so you should set up your connect/disconnect scripts
 inside the source - see variables $UP_SCRIPT, $DOWN_SCRIPT, $PPPSTATS_SCRIPT.
Values given in source are just _my_ own settings! Your settings may differ.

Example:

my $UP_SCRIPT="pppd call tunnel";
my $DOWN_SCRIPT="killall -9 pppd";
my $PPPSTATS_SCRIPT="/usr/sbin/pppstats ppp0";

You also can create .pptp_traffic_appletrc file in your home directory and set
 them there like this:

UP_SCRIPT="pppd call tunnel"
DOWN_SCRIPT="killall -9 pppd"
PPPSTATS_SCRIPT="/usr/sbin/pppstats ppp0"

Added configurable variable:
DIGITS_AFTER_DOT - specifies number of digits after delimiter you want to see.


Comments, wishes: Mihail Vasiliev, mick_vav@mail.ru
	or:pptpclient-devel@lists.sourceforge.net
