Added pause functionality.

This commit is contained in:
pdw
2002-10-10 17:18:40 +00:00
parent 164fd7ef9f
commit 6ba321dd8e
5 changed files with 14 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ static void set_defaults() {
options.showports = OPTION_PORTS_OFF;
options.aggregate_src = 0;
options.aggregate_dest = 0;
options.paused = 0;
}
static void die(char *msg) {
@@ -137,7 +138,8 @@ static void usage(FILE *fp) {
" -n net/mask show traffic flows in/out of network\n"
" -P show ports as well as hosts\n"
"\n"
"iftop, version " IFTOP_VERSION " copyright (c) 2002 Paul Warren <pdw@ex-parrot.com>\n"
"iftop, version " IFTOP_VERSION "\n"
"copyright (c) 2002 Paul Warren <pdw@ex-parrot.com> and contributors\n"
);
}