Added src/dest bandwidth aggregation.

This commit is contained in:
pdw
2002-04-03 21:28:41 +00:00
parent 6f71a8ef68
commit 0bb20d3675
6 changed files with 94 additions and 19 deletions

View File

@@ -121,6 +121,7 @@ void options_read(int argc, char **argv) {
options.showbars = 0;
break;
case '?':
fprintf(stderr, "iftop: unknown option -%c\n", optopt);
usage(stderr);