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

@@ -38,7 +38,8 @@ typedef struct {
int promiscuous;
int showbars;
option_port_t showports;
option_aggregate_t aggregate;
int aggregate_src;
int aggregate_dest;
} options_t;