Squashed commit of the following:
commit
5d96d28c82120cb6ee2e9babdc844c3f4bb3cacd
Author: Dipto Pandit <dipandit@cisco.com>
Date: Mon Apr 20 02:28:45 2020 -0400
file_api: fixing file stats
file stats were changing each time dump_stats called, as it was never
reset. clearing the stats when dumping is done.
LogMessage(" Total " FMTu64("-10") " " FMTu64("-10") " \n",
processed_total[0], processed_total[1]);
+ memset(&file_totals,0,sizeof(file_totals));
+
#if 0
LogLabel("file type verdicts"); // FIXIT-RC should be fixed