chg: [pibs] Show legend

master
Gerard Wagener 2019-03-18 08:39:15 +01:00
parent 56462d6b97
commit 1e4ab9e3cf
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@ int main(int argc, char* argv[])
}
process_redis_list(pibs);
}
if (pibs->show_backscatter)
printf("#source IP, TCP flags, source port\n");
if (pibs->filename[0]) {
process_file(pibs);
}