Changed src/host aggregation behaviour to be more like port option. Now

possible to aggregate both src and dest to allow port only display.
This commit is contained in:
pdw
2002-10-10 16:22:56 +00:00
parent 0359367dfc
commit 164fd7ef9f
3 changed files with 12 additions and 16 deletions

View File

@@ -67,7 +67,8 @@ static void set_defaults() {
options.promiscuous = 0;
options.showbars = 1;
options.showports = OPTION_PORTS_OFF;
options.aggregate = OPTION_AGGREGATE_OFF;
options.aggregate_src = 0;
options.aggregate_dest = 0;
}
static void die(char *msg) {