Squashed commit of the following:
commit
7ec3359e5db730e2f7e7529e22269b55fc9b3dd3
Author: Pooja Awasthi <poawasth@cisco.com>
Date: Tue Feb 4 03:49:36 2020 -0500
CLI:Dump stats termination label for show snort3 counters CLI
// FIXIT-L This should track the owner so it can dump stats to the
// shell instead of the logs when initiated by a shell command
DropStats();
+ LogMessage("==================================================\n"); // Marking End of stats
}
ACSwap::ACSwap(Swapper* ps, Request* req, bool from_shell) : ps(ps), request(req), from_shell(from_shell)