Fixed dependency handling.

Added cumulative totals.
Added option to turn bars on/off.
This commit is contained in:
pdw
2002-04-01 19:46:20 +00:00
parent a248b6046e
commit bb3619b3fc
6 changed files with 73 additions and 59 deletions

View File

@@ -24,6 +24,7 @@ void set_defaults() {
inet_aton("255.255.255.0", &options.netfiltermask);
options.dnsresolution = 1;
options.promiscuous = 0;
options.showbars = 1;
}
void die(char *msg) {